com.yobotics.simulationconstructionset.util.neuralnetwork
Class CMAC

java.lang.Object
  extended by 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)
           
 
Method Summary
 double calculateOutput(double[] x_in)
           
static void main(java.lang.String[] args)
           
 void trainNet(double[] x_in, double y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMAC

public CMAC(int DIMENSION,
            int C,
            int TABLE_SIZE,
            double BETA,
            double[] MIN_VALS,
            double[] MAX_VALS)
Method Detail

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)