Uses of Class
classifierLibrary.ClassifierSystem

Packages that use ClassifierSystem
classifierLibrary   
demoZLCS   
 

Uses of ClassifierSystem in classifierLibrary
 

Methods in classifierLibrary that return ClassifierSystem
 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.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.randomSubset(long size)
          Returns a subset of the CS of a given size.
 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.filterbyaction(Situation action)
          Returns a subset of the CS with all rules that match a given action with their action 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.filterByCondition(Situation condition)
          Returns a subset of the CS with all rules that match a given condition with their action part.
 

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

Uses of ClassifierSystem in demoZLCS
 

Subclasses of ClassifierSystem in demoZLCS
 class ZLCS
          Bibliothek demoZLCSKlasse ZLCSCopyright by Klaus Hufschlag 2004,2005,2006This file is part of the Generic Classifier Library.