Uses of Interface
network.aika.neuron.Neuron.Builder
-
Packages that use Neuron.Builder Package Description network.aika.neuron network.aika.neuron.relation -
-
Uses of Neuron.Builder in network.aika.neuron
Classes in network.aika.neuron that implement Neuron.Builder Modifier and Type Class Description static classSynapse.BuilderTheBuilderclass is just a helper class which is used to initialize a neuron.Methods in network.aika.neuron with parameters of type Neuron.Builder Modifier and Type Method Description static NeuronNeuron. init(Document doc, Neuron n, double bias, ActivationFunction activationFunction, INeuron.Type type, Neuron.Builder... inputs)Creates a neuron with the given bias.static NeuronNeuron. init(Document doc, Neuron n, double bias, INeuron.Type type, Neuron.Builder... inputs)Creates a neuron with the given bias.static NeuronNeuron. init(Document doc, Neuron n, Neuron.Builder... inputs)static NeuronNeuron. init(Neuron n, double bias, ActivationFunction activationFunction, INeuron.Type type, Neuron.Builder... inputs)Creates a neuron with the given bias.static NeuronNeuron. init(Neuron n, double bias, INeuron.Type type, Neuron.Builder... inputs)Creates a neuron with the given bias.static NeuronNeuron. init(Neuron n, Neuron.Builder... inputs)Method parameters in network.aika.neuron with type arguments of type Neuron.Builder Modifier and Type Method Description static NeuronNeuron. init(Document doc, Neuron n, double bias, ActivationFunction activationFunction, INeuron.Type type, java.util.Collection<Neuron.Builder> inputs)static NeuronNeuron. init(Neuron n, double bias, ActivationFunction activationFunction, INeuron.Type type, java.util.Collection<Neuron.Builder> inputs)static NeuronNeuron. init(Neuron n, double bias, INeuron.Type type, java.util.Collection<Neuron.Builder> inputs) -
Uses of Neuron.Builder in network.aika.neuron.relation
Classes in network.aika.neuron.relation that implement Neuron.Builder Modifier and Type Class Description static classRelation.Builder
-