Uses of Class
network.aika.Model
-
Packages that use Model Package Description network.aika network.aika.lattice network.aika.neuron network.aika.neuron.relation -
-
Uses of Model in network.aika
Fields in network.aika declared as Model Modifier and Type Field Description ModelProvider. modelMethods in network.aika that return Model Modifier and Type Method Description ModelDocument. getModel()Methods in network.aika with parameters of type Model Modifier and Type Method Description voidWritable. readFields(DataInput in, Model m)Deserialize the fields of this object fromin.Constructors in network.aika with parameters of type Model Constructor Description Document(int id, String content, Model model, int threadId)Provider(Model model, int id)Provider(Model model, T n) -
Uses of Model in network.aika.lattice
Methods in network.aika.lattice with parameters of type Model Modifier and Type Method Description voidInputNode. readFields(DataInput in, Model m)voidNode. readFields(DataInput in, Model m)voidOrNode. readFields(DataInput in, Model m)Constructors in network.aika.lattice with parameters of type Model Constructor Description InputNode(Model m)Node(Model m, int level)OrNode(Model m) -
Uses of Model in network.aika.neuron
Methods in network.aika.neuron with parameters of type Model Modifier and Type Method Description static INeuron.SynapseSummaryINeuron.SynapseSummary. read(DataInput in, Model m)static SynapseSynapse. read(DataInput in, Model m)voidINeuron. readFields(DataInput in, Model m)voidINeuron.SynapseSummary. readFields(DataInput in, Model m)voidSynapse. readFields(DataInput in, Model m)Constructors in network.aika.neuron with parameters of type Model Constructor Description INeuron(Model m, String label, String outputText, INeuron.Type type, ActivationFunction actF)Neuron(Model m, int id)Neuron(Model m, INeuron n) -
Uses of Model in network.aika.neuron.relation
Methods in network.aika.neuron.relation with parameters of type Model Modifier and Type Method Description static RelationRelation. read(DataInput in, Model m)voidMultiRelation. readFields(DataInput in, Model m)voidPositionRelation.GreaterThan. readFields(DataInput in, Model m)voidPositionRelation.LessThan. readFields(DataInput in, Model m)voidPositionRelation. readFields(DataInput in, Model m)voidRelation. readFields(DataInput in, Model m)
-