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

P

parentLayer - Variable in class org.neuroph.core.Neuron
Parent layer for this neuron
parseDouble(String) - Static method in class org.neuroph.util.VectorParser
This method parses input String and returns Double vector
parseInteger(String) - Static method in class org.neuroph.util.VectorParser
This method parses input String and returns Integer vector
pause() - Method in class org.neuroph.core.learning.IterativeLearning
Pause the learning
pauseLearning() - Method in class org.neuroph.core.NeuralNetwork
Pause the learning - puts learning thread in wait state.
Perceptron - Class in org.neuroph.nnet
Perceptron neural network with some LMS based learning algorithm.
Perceptron(int, int) - Constructor for class org.neuroph.nnet.Perceptron
Creates new Perceptron with specified number of neurons in input and output layer, with Step trqansfer function
Perceptron(int, int, TransferFunctionType) - Constructor for class org.neuroph.nnet.Perceptron
Creates new Perceptron with specified number of neurons in input and output layer, and specified transfer function
PerceptronLearning - Class in org.neuroph.nnet.learning
Perceptron learning rule for perceptron neural networks.
PerceptronLearning() - Constructor for class org.neuroph.nnet.learning.PerceptronLearning
Creates new PerceptronLearning instance
PerceptronLearning(NeuralNetwork) - Constructor for class org.neuroph.nnet.learning.PerceptronLearning
Creates new PerceptronLearning learning for the specified neural network
PerceptronSample - Class in org.neuroph.samples
This sample shows how to create, train, save and load simple Perceptron neural network
PerceptronSample() - Constructor for class org.neuroph.samples.PerceptronSample
 
PluginBase - Class in org.neuroph.util.plugins
Base class for all neural network plugins.
PluginBase(String) - Constructor for class org.neuroph.util.plugins.PluginBase
Creates an instance of plugin for neural network
populateRGBArrays(BufferedImage) - Method in class org.neuroph.contrib.imgrec.FractionRgbData
Fills the rgb arrays from image
previousEpochError - Variable in class org.neuroph.core.learning.SupervisedLearning
Total network error in previous epoch
processInput() - Method in class org.neuroph.contrib.imgrec.ImageRecognitionPlugin
 
Product - Class in org.neuroph.core.input
Performs multiplication of all input vector elements.
Product() - Constructor for class org.neuroph.core.input.Product
 
Properties - Class in org.neuroph.util
Represents a general set of properties for neuroph objects
Properties() - Constructor for class org.neuroph.util.Properties
 

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