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

B

BackPropagation - Class in org.neuroph.nnet.learning
Back Propagation learning rule for Multi Layer Perceptron neural networks.
BackPropagation() - Constructor for class org.neuroph.nnet.learning.BackPropagation
Creates new instance of BackPropagation learning
BackPropagation(NeuralNetwork) - Constructor for class org.neuroph.nnet.learning.BackPropagation
Creates new instance of BackPropagation learning for the specified neural network
BAM - Class in org.neuroph.nnet
Bidirectional Associative Memory
BAM(int, int) - Constructor for class org.neuroph.nnet.BAM
Creates an instance of BAM network with specified number of neurons in input and output layers.
BiasNeuron - Class in org.neuroph.nnet.comp
Neuron with Bias Settings
BiasNeuron() - Constructor for class org.neuroph.nnet.comp.BiasNeuron
Creates an instance of BiasedNeuron.
BinaryDeltaRule - Class in org.neuroph.nnet.learning
Delta rule learning algorithm for perceptrons with step functions.
BinaryDeltaRule() - Constructor for class org.neuroph.nnet.learning.BinaryDeltaRule
Creates new BinaryDeltaRule learning
BinaryDeltaRule(NeuralNetwork) - Constructor for class org.neuroph.nnet.learning.BinaryDeltaRule
Creates new BinaryDeltaRule learning for the specified neural network
BinaryHebbianLearning - Class in org.neuroph.nnet.learning
Hebbian-like learning algorithm used for Hopfield network.
BinaryHebbianLearning() - Constructor for class org.neuroph.nnet.learning.BinaryHebbianLearning
Creates new instance of BinaryHebbianLearning
BinaryHebbianLearning(NeuralNetwork) - Constructor for class org.neuroph.nnet.learning.BinaryHebbianLearning
Creates new instance of BinaryHebbianLearning for the specified neural network
blackAndGrayCleaning(BufferedImage) - Static method in class org.neuroph.contrib.ocr.OcrUtils
This method cleans input image by replacing all pixels with RGB values from -4473925 (gray) to -1 (white) with white pixels and from -4473925 (gray) to -16777216 (black) with black pixels
blackAndLightGrayCleaning(BufferedImage) - Static method in class org.neuroph.contrib.ocr.OcrUtils
This method cleans input image by replacing all pixels with RGB values from -3092272 (light gray) to -1 (white) with white pixels and from -3092272 (light gray) to -16777216 (black) with black pixels
blackAndWhiteCleaning(BufferedImage) - Static method in class org.neuroph.contrib.ocr.OcrUtils
This method cleans input image by replacing all non black pixels with white pixels
blueValues - Variable in class org.neuroph.contrib.imgrec.FractionRgbData
Array which contains blue componenet of the color for each image pixel

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