Package | Description |
---|---|
classifierLibrary | |
demoZLCS |
Modifier and Type | Method and Description |
---|---|
ClassifierSystem |
ClassifierSystem.allWithCondition(Situation condition)
Returns a subset of the CS with all rules having the same condition as given.
|
ClassifierSystem |
ClassifierSystem.crossover()
Creates a clone of the instance and fills clone with pairwise crossover
(at random positions) of all classfiers.
|
ClassifierSystem |
ClassifierSystem.csSelection(double thresh,
boolean minimize,
java.lang.String which)
Creates a new LCS with a selection of classifiers, having a
criterion-value above (or below, if minimize is true) a given threshold.
|
ClassifierSystem |
ClassifierSystem.filterbyaction(Situation action)
Returns a subset of the CS with all rules that match a given action with
their action part.
|
ClassifierSystem |
ClassifierSystem.filterbyaction(Situation action,
boolean subsumptive)
Returns a subset of the CS with all rules that match a given action with
their action part.
|
ClassifierSystem |
ClassifierSystem.filterByCondition(Situation condition)
Returns a subset of the CS with all rules that match a given condition
with their condition part.
|
ClassifierSystem |
ClassifierSystem.filterByCondition(Situation condition,
boolean subsumtive)
Returns a subset of the CS with all rules that match a given condition
with their action part.
|
ClassifierSystem |
ClassifierSystem.mutation(double probability)
Creates a clone of the instance and fills it with mutations of all
classfiers, handing over a given probability for mutation.
|
ClassifierSystem |
ClassifierSystem.randomSubset(long size)
Returns a subset of the CS of a given size.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassifierSystem.add(ClassifierSystem cs)
Adds all Classifiers of another instance to the instances' internal
ruleset.
|
void |
ClassifierSystem.remove(ClassifierSystem cs)
Removes (subtracts) all classifiers contained in a given CS from this
instance.
|
Modifier and Type | Class and Description |
---|---|
class |
ZLCS
Bibliothek demoZLCSKlasse ZLCSCopyright by Klaus
Hufschlag 2004,2005,2006This file is part of the Generic Classifier
Library.
|