Uses of Class
ca.nengo.model.plasticity.impl.AbstractRealLearningFunction

Packages that use AbstractRealLearningFunction
ca.nengo.model.plasticity.impl   
 

Uses of AbstractRealLearningFunction in ca.nengo.model.plasticity.impl
 

Subclasses of AbstractRealLearningFunction in ca.nengo.model.plasticity.impl
 class ErrorLearningFunction
          A learning function that uses information from the ensemble to modulate the rate of synaptic change.
 

Methods in ca.nengo.model.plasticity.impl that return AbstractRealLearningFunction
 AbstractRealLearningFunction AbstractRealLearningFunction.clone()
           
 AbstractRealLearningFunction RealPlasticityRule.getFunction()
           
 

Methods in ca.nengo.model.plasticity.impl with parameters of type AbstractRealLearningFunction
 void RealPlasticityRule.setFunction(AbstractRealLearningFunction function)
           
 

Constructors in ca.nengo.model.plasticity.impl with parameters of type AbstractRealLearningFunction
RealPlasticityRule(AbstractRealLearningFunction function, java.lang.String originName, java.lang.String modTermName)