Uses of Class
network.aika.neuron.relation.Relation.Builder
-
Packages that use Relation.Builder Package Description network.aika.neuron.relation -
-
Uses of Relation.Builder in network.aika.neuron.relation
Methods in network.aika.neuron.relation that return Relation.Builder Modifier and Type Method Description Relation.BuilderRelation.Builder. setFrom(int synapseId)This parameter allows to specify whether the relations connected to thy synapse refer to the activation of the input neuron (that's the default) or if the should refer to one of the input activations of the input neuron.Relation.BuilderRelation.Builder. setRelation(Relation rel)Relation.BuilderRelation.Builder. setTo(int synapseId)
-