A C D E F G H I K L M N S T W X Y

D

DefaultNetwork - Class in network
Default Network Model
DefaultNetwork(int, double[], TopologyModel) - Constructor for class network.DefaultNetwork
Create network with specified topology, random weight from definied interval and number of inputs
DefaultNetwork(String, TopologyModel) - Constructor for class network.DefaultNetwork
Create network with specified topology and parameters get from specified file
DefaultNeuron - Class in network
Class representing default neuron with specyfied activation function
DefaultNeuron(int, double[], ActivationFunctionModel) - Constructor for class network.DefaultNeuron
Creates a new instance of DefaultNeuronWithBias with random weights value
DefaultNeuron(double[], ActivationFunctionModel) - Constructor for class network.DefaultNeuron
Creates a new instance of DefaultNeuronWithBias with specified weights defined in array
DefaultNeuronWithBias - Class in network
Class representing neuron with bias and specyfied activation function
DefaultNeuronWithBias(int, double[], ActivationFunctionModel) - Constructor for class network.DefaultNeuronWithBias
Creates a new instance of DefaultNeuronWithBias with random weights value
DefaultNeuronWithBias(double[], ActivationFunctionModel) - Constructor for class network.DefaultNeuronWithBias
Creates a new instance of DefaultNeuronWithBias with specified weights defined in array

A C D E F G H I K L M N S T W X Y