org.shapelogic.machinelearning
Class ExampleNeuralNetwork

java.lang.Object
  extended by org.shapelogic.machinelearning.ExampleNeuralNetwork

public class ExampleNeuralNetwork
extends java.lang.Object

ExampleNeuralNetwork for use in default neural network.

Author:
Sami Badawi

Field Summary
static java.lang.String DEFAULT_NETWORK
           
 
Constructor Summary
ExampleNeuralNetwork()
           
 
Method Summary
static double[][] makeGreaterThanNeuralNetwork(double limit)
           
static double[][] makeSmallerThanGreaterThanNeuralNetwork(double limit)
           
static double[][] makeSmallerThanNeuralNetwork(double limit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_NETWORK

public static final java.lang.String DEFAULT_NETWORK
See Also:
Constant Field Values
Constructor Detail

ExampleNeuralNetwork

public ExampleNeuralNetwork()
Method Detail

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.