Uses of Class
de.jungblut.classification.nn.MultilayerPerceptron
-
Packages that use MultilayerPerceptron Package Description de.jungblut.classification.nn -
-
Uses of MultilayerPerceptron in de.jungblut.classification.nn
Methods in de.jungblut.classification.nn that return MultilayerPerceptron Modifier and Type Method Description MultilayerPerceptronMultilayerPerceptron.MultilayerPerceptronBuilder. build()static MultilayerPerceptronMultilayerPerceptron. deserialize(java.io.DataInput in)Deserializes a new neural network from the given input stream.MultilayerPerceptronMLPWeightMapper. mapWeights(de.jungblut.math.DoubleVector weights)Methods in de.jungblut.classification.nn with parameters of type MultilayerPerceptron Modifier and Type Method Description static voidMultilayerPerceptron. serialize(MultilayerPerceptron model, java.io.DataOutput out)Serializes this network at its current state to a binary file.Constructors in de.jungblut.classification.nn with parameters of type MultilayerPerceptron Constructor Description MultilayerPerceptronCostFunction(MultilayerPerceptron network, de.jungblut.math.DoubleVector[] features, de.jungblut.math.DoubleVector[] outcome)Constructor parameters in de.jungblut.classification.nn with type arguments of type MultilayerPerceptron Constructor Description MLPWeightMapper(ClassifierFactory<MultilayerPerceptron> factory)
-