Uses of Class
classifier.nn.activationFunction

Packages that use activationFunction
classifier.nn   
 

Uses of activationFunction in classifier.nn
 

Subclasses of activationFunction in classifier.nn
 class Sigmoid
           
 

Methods in classifier.nn with parameters of type activationFunction
 void NeuronLayer.addNode(activationFunction actFunc)
           
 

Constructors in classifier.nn with parameters of type activationFunction
NeuronLayer(int num, int numNeuron, activationFunction actFunc)
           
Neuron(int layer, int num, activationFunction actFunc)
           
MultiLayerMaker(int[] topology, activationFunction actFunc)