- name - Variable in class com.github.mrdimosthenis.synapses.Attribute
-
The name of the attribute.
- Net - Class in com.github.mrdimosthenis.synapses
-
The constructors and methods of neural networks.
- Net(int[], IntFunction<Fun>, IntFunction<Double>) - Constructor for class com.github.mrdimosthenis.synapses.Net
-
Creates a neural network.
- Net(int[]) - Constructor for class com.github.mrdimosthenis.synapses.Net
-
Creates a random neural network.
- Net(int[], Long) - Constructor for class com.github.mrdimosthenis.synapses.Net
-
Creates a non-random neural network.
- Net(String) - Constructor for class com.github.mrdimosthenis.synapses.Net
-
Cretaes a neural network by parsing its JSON representation.