|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.kpro.algorithm.LearnAlgorithm
com.kpro.algorithm.Learn_Constant
public class Learn_Constant
The simplest implementation of learnAlgorithm, this literally does nothing, and thus doesn't actually learn.
Field Summary |
---|
Fields inherited from class com.kpro.algorithm.LearnAlgorithm |
---|
extraArgs, weightsConfig |
Constructor Summary | |
---|---|
Learn_Constant(java.util.Properties weightsConfig,
java.lang.String[] extraArgs)
constructor |
Method Summary | |
---|---|
protected java.util.Properties |
applyML(Gio theIO)
the code that reviews and alters the properties file. |
Methods inherited from class com.kpro.algorithm.LearnAlgorithm |
---|
learn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Learn_Constant(java.util.Properties weightsConfig, java.lang.String[] extraArgs)
weightsConfig
- the weights configuration fileextraArgs
- from the config fileMethod Detail |
---|
protected java.util.Properties applyML(Gio theIO)
applyML
in class LearnAlgorithm
theIO
- an indirect reference to the policy history
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |