|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.uncommons.watchmaker.framework.factories.AbstractCandidateFactory<CDRule>
org.apache.mahout.ga.watchmaker.cd.CDFactory
public class CDFactory
Factory used by Watchmaker to generate the initial population.
Constructor Summary | |
---|---|
CDFactory(double threshold)
|
Method Summary | |
---|---|
CDRule |
generateRandomCandidate(java.util.Random rng)
|
Methods inherited from class org.uncommons.watchmaker.framework.factories.AbstractCandidateFactory |
---|
generateInitialPopulation, generateInitialPopulation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CDFactory(double threshold)
threshold
- condition activation thresholdMethod Detail |
---|
public CDRule generateRandomCandidate(java.util.Random rng)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |