Uses of Class
classifierLibrary.Rule

Packages that use Rule
classifierLibrary   
 

Uses of Rule in classifierLibrary
 

Methods in classifierLibrary that return Rule
 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 Rule.mutation(double Probability)
          Method for mutation with a given probability.
 Rule Classifier.getRule()
          Returns the rule part of the classifier.
 

Methods in classifierLibrary with parameters of type Rule
 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.
 

Constructors in classifierLibrary with parameters of type Rule
StandardClassifier(Rule r, double strength)
          Constructor
Classifier(Rule r)
          Constructor