|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--lnsc.page.AbstractStateRepresentation | +--stimulusdelayreward.OfflineStateRepresentation
State representation that is processed elsewhere before being called by ... This class is not good practice.
Constructor Summary | |
OfflineStateRepresentation(int count)
Creates an offlined process representation. |
Method Summary | |
double[] |
getRepresentation(State s)
Converts the state into a vector of real based on specific representation. |
void |
setRep(double[] rep)
|
Methods inherited from class lnsc.page.AbstractStateRepresentation |
getOutputCount, isStateless, reset |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OfflineStateRepresentation(int count)
count
- Representation length.Method Detail |
public double[] getRepresentation(State s)
StateRepresentation
s
- State to be converted.
public void setRep(double[] rep)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |