Neuroph
A B C D E F G H I K L M N O P R S T U V W X

T

Tanh - Class in org.neuroph.core.transfer
Tanh neuron transfer function.
Tanh() - Constructor for class org.neuroph.core.transfer.Tanh
Creates an instance of Tanh neuron transfer function with default slope=1.
Tanh(double) - Constructor for class org.neuroph.core.transfer.Tanh
Creates an instance of Tanh neuron transfer function with specified value for slope parametar.
Tanh(Properties) - Constructor for class org.neuroph.core.transfer.Tanh
Creates an instance of Tanh neuron transfer function with the specified properties.
testNeuralNetwork(NeuralNetwork, TrainingSet) - Static method in class org.neuroph.samples.PerceptronSample
Prints network output for the each element from the specified training set.
testNeuralNetwork(NeuralNetwork, TrainingSet) - Static method in class org.neuroph.samples.XorMultiLayerPerceptronSample
Prints network output for the each element from the specified training set.
thresh - Variable in class org.neuroph.nnet.comp.ThresholdNeuron
Threshold value for this neuron
ThresholdNeuron - Class in org.neuroph.nnet.comp
Provides behaviour for neurons with threshold.
ThresholdNeuron(InputFunction, TransferFunction) - Constructor for class org.neuroph.nnet.comp.ThresholdNeuron
Creates a neuron with threshold behaviour, and with the specified input and transfer functions.
toString() - Method in class org.neuroph.contrib.imgrec.FractionRgbData
 
toString() - Method in class org.neuroph.core.input.SummingFunction
 
toString() - Method in class org.neuroph.core.input.WeightsFunction
 
toString() - Method in class org.neuroph.core.learning.TrainingSet
Returns label of this training set
toString() - Method in class org.neuroph.core.NeuralNetwork
 
toString() - Method in class org.neuroph.core.transfer.TransferFunction
Returns the class name
toString() - Method in class org.neuroph.core.Weight
Returns weight value as String
totalNetworkError - Variable in class org.neuroph.core.learning.SupervisedLearning
Total network error
TrainingElement - Class in org.neuroph.core.learning
Represents single training element for neural network learning.
TrainingElement() - Constructor for class org.neuroph.core.learning.TrainingElement
Creates new training element with specified input vector
TrainingElement(Vector<Double>) - Constructor for class org.neuroph.core.learning.TrainingElement
Creates new training element with specified input vector
TrainingElement(String) - Constructor for class org.neuroph.core.learning.TrainingElement
Creates new training element with specified input vector
TrainingElement(double...) - Constructor for class org.neuroph.core.learning.TrainingElement
Creates new training element with input array
trainingElements() - Method in class org.neuroph.core.learning.TrainingSet
Returns training elements collection
TrainingSet - Class in org.neuroph.core.learning
A set of training elements for training neural network.
TrainingSet() - Constructor for class org.neuroph.core.learning.TrainingSet
Creates an instance of new empty TrainingSet
TrainingSet(String) - Constructor for class org.neuroph.core.learning.TrainingSet
Creates an instance of new empty TrainingSet with given label
TrainingSetImport - Class in org.neuroph.util
Handles training set imports
TrainingSetImport() - Constructor for class org.neuroph.util.TrainingSetImport
 
transferFunction - Variable in class org.neuroph.core.Neuron
Transfer function for this neuron
TransferFunction - Class in org.neuroph.core.transfer
Abstract base class for all neuron tranfer functions.
TransferFunction() - Constructor for class org.neuroph.core.transfer.TransferFunction
 
TransferFunctionType - Enum in org.neuroph.util
Contains transfer functions types and labels.
Trapezoid - Class in org.neuroph.core.transfer
Fuzzy trapezoid neuron tranfer function.
Trapezoid() - Constructor for class org.neuroph.core.transfer.Trapezoid
Creates an instance of Trapezoid transfer function
Trapezoid(double, double, double, double) - Constructor for class org.neuroph.core.transfer.Trapezoid
Creates an instance of Trapezoid transfer function with the specified setting.
Trapezoid(Properties) - Constructor for class org.neuroph.core.transfer.Trapezoid
Creates an instance of Trapezoid transfer function with the specified properties.

Neuroph
A B C D E F G H I K L M N O P R S T U V W X