Package | Description |
---|---|
classifierLibrary |
Modifier and Type | Method and Description |
---|---|
Rule |
Rule.cross(Rule toCross,
int Position)
Performs a crossover of the rule at given position with Kreuzt die Regel
an der another rule given, returning the result as a new rule.
|
Rule |
Classifier.getRule()
Returns the rule part of the classifier.
|
Rule |
Rule.mutation(double Probability)
Method for mutation with a given probability.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Rule.compatibility(Rule Rule)
Checks compatibility (in sense of comparability) of the rule with a rule
given for comparison.
|
Rule |
Rule.cross(Rule toCross,
int Position)
Performs a crossover of the rule at given position with Kreuzt die Regel
an der another rule given, returning the result as a new rule.
|
void |
Classifier.setRule(Rule r)
Sets rule-part of the classifier to the given rule.
|
Constructor and Description |
---|
Classifier(Rule r)
Constructor
|
StandardClassifier(Rule r,
double strength)
Constructor
|