Package | Description |
---|---|
classifierLibrary | |
demoZLCS |
Modifier and Type | Method and Description |
---|---|
StandardClassifier |
StandardClassifier.cross(StandardClassifier c,
int Position)
Crossover-Method, extending the inherited crossover-method, setting the
strenght value of the resulting classifier to the average of the previous
ones.
|
Modifier and Type | Method and Description |
---|---|
StandardClassifier |
StandardClassifier.cross(StandardClassifier c,
int Position)
Crossover-Method, extending the inherited crossover-method, setting the
strenght value of the resulting classifier to the average of the previous
ones.
|
Modifier and Type | Method and Description |
---|---|
StandardClassifier |
ZLCS.chooseClassifier()
Roulettewheel-choice of a StandardClassifier, using the classifiers'
strength for determining probabilities.
|
StandardClassifier |
ZLCS.cover(Situation sit)
Covering: Generation of a new StandardClassifier matching a given
Situation.
|
Constructor and Description |
---|
ZLCS(java.lang.String name,
StandardClassifier sample,
int size,
boolean randomized)
Construktor creating an instance of ZLCS, using a given sample Classifier
for filling the instance up to a defined size.
|