|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is for IRL rule template. If IRL is set, user should implement this interface to give concrete IRL rules.
Method Summary | |
double |
determineAction(short[] state,
short[] exState,
short[] gsState,
short[] wmState,
short[][][] suggestedAction)
Fill in the suggestedAction and return the rule support for current input. |
void |
generalize()
process of generalization. |
void |
specialize()
process of specialization. |
Method Detail |
public double determineAction(short[] state, short[] exState, short[] gsState, short[] wmState, short[][][] suggestedAction)
public void generalize()
public void specialize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |