com.yobotics.simulationconstructionset.util.neuralnetwork
Class CMAC
java.lang.Object
com.yobotics.simulationconstructionset.util.neuralnetwork.CMAC
public class CMAC
- extends java.lang.Object
Constructor Summary |
CMAC(int DIMENSION,
int C,
int TABLE_SIZE,
double BETA,
double[] MIN_VALS,
double[] MAX_VALS)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMAC
public CMAC(int DIMENSION,
int C,
int TABLE_SIZE,
double BETA,
double[] MIN_VALS,
double[] MAX_VALS)
main
public static void main(java.lang.String[] args)
calculateOutput
public double calculateOutput(double[] x_in)
trainNet
public void trainNet(double[] x_in,
double y)