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

F

FileUtils - Class in org.neuroph.util
Utility methods for working with files.
FileUtils() - Constructor for class org.neuroph.util.FileUtils
 
flattenedRgbValues - Variable in class org.neuroph.contrib.imgrec.FractionRgbData
Single array with the red, green and blue componenets of the color for each image pixel
forwardConnect(Layer, Layer, double) - Static method in class org.neuroph.util.ConnectionFactory
Creates forward connectivity pattern between the specified layers
forwardConnect(Layer, Layer) - Static method in class org.neuroph.util.ConnectionFactory
Creates forward connection pattern between specified layers
FractionRgbData - Class in org.neuroph.contrib.imgrec
The intention of this class is to allow you to pay up front (at construction) the compute cost of converting the RGB values in a BufferedImage into a derived form.
FractionRgbData(BufferedImage) - Constructor for class org.neuroph.contrib.imgrec.FractionRgbData
Creates rgb data for the specified image.
fullConnect(Layer, Layer) - Static method in class org.neuroph.util.ConnectionFactory
Creates full connectivity between the two specified layers
fullConnect(Layer, Layer, double) - Static method in class org.neuroph.util.ConnectionFactory
Creates full connectivity between two specified layers with specified weight for all connections
fullConnect(Layer) - Static method in class org.neuroph.util.ConnectionFactory
Creates full connectivity within layer - each neuron with all other within the same layer
fullConnect(Layer, double) - Static method in class org.neuroph.util.ConnectionFactory
Creates full connectivity within layer - each neuron with all other within the same layer with the specified weight values for all conections.
fullConnect(Layer, double, int) - Static method in class org.neuroph.util.ConnectionFactory
Creates full connectivity within layer - each neuron with all other within the same layer with the specified weight and delay values for all conections.

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