biosim.app.learnedants
Class BIOHMMInputParser
java.lang.Object
biosim.app.learnedants.BIOHMMInputParser
- Direct Known Subclasses:
- RealAntInputParser, SimpleInputParser
public class BIOHMMInputParser
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
desiredVel
protected java.lang.String[] desiredVel
wallVec
protected java.lang.String[] wallVec
foodVec
protected java.lang.String[] foodVec
nearFoodBool
protected java.lang.String[] nearFoodBool
antVec
protected java.lang.String[] antVec
nestVec
protected java.lang.String[] nestVec
nearNestBool
protected java.lang.String[] nearNestBool
prevVec
protected java.lang.String[] prevVec
gripperBool
protected java.lang.String[] gripperBool
stateVec
protected java.lang.String[] stateVec
numTrackPoints
protected int numTrackPoints
NUM_SENSORS
public static final int NUM_SENSORS
- See Also:
- Constant Field Values
DIM
public static final int DIM
- See Also:
- Constant Field Values
NUM_SWITCHES
public static final int NUM_SWITCHES
- See Also:
- Constant Field Values
foundSequences
protected java.util.ArrayList<java.util.ArrayList<java.lang.Integer>> foundSequences
random
public java.util.Random random
BIOHMMInputParser
public BIOHMMInputParser(BTFData data)
getDataAtIDX
public double[] getDataAtIDX(int idx)
getSensors
public static double[] getSensors(AbstractAnt antBody)
getSensorsAtIDX
public double[] getSensorsAtIDX(int idx)
getStateAtIDX
public int getStateAtIDX(int idx)
getSwitch
public static int getSwitch(AbstractAnt antBody)
getSwitchAtIDX
public int getSwitchAtIDX(int idx)
partSize
public int partSize()
numSwitches
public static int numSwitches()
outputDim
public static int outputDim()
sensorDim
public static int sensorDim()
getSequences
public java.util.ArrayList<java.util.ArrayList<java.lang.Integer>> getSequences()
initParameters
public void initParameters(double[][][] transitionFunction,
double[] prior,
int[] partition,
SimpleKDE[] b)