org.shapelogic.machinelearning
Class ExampleNeuralNetwork
java.lang.Object
org.shapelogic.machinelearning.ExampleNeuralNetwork
public class ExampleNeuralNetwork
- extends java.lang.Object
ExampleNeuralNetwork for use in default neural network.
- Author:
- Sami Badawi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_NETWORK
public static final java.lang.String DEFAULT_NETWORK
- See Also:
- Constant Field Values
ExampleNeuralNetwork
public ExampleNeuralNetwork()
makeSmallerThanNeuralNetwork
public static double[][] makeSmallerThanNeuralNetwork(double limit)
makeGreaterThanNeuralNetwork
public static double[][] makeGreaterThanNeuralNetwork(double limit)
makeSmallerThanGreaterThanNeuralNetwork
public static double[][] makeSmallerThanGreaterThanNeuralNetwork(double limit)
Copyright © 2009. All Rights Reserved.