- calcMeanBA() - Method in class ses.EcoSpace
-
- calcStDevBA() - Method in class ses.EcoSpace
-
- calculateLWG(double, double, double, double) - Static method in class ses.LiveWeightGain
-
calculates monthly live-weight gain or loss in kg
- calcYearlyLwg() - Method in class ses.EcoSpace
-
calculates the sum of monthly lwg the array of monthly lwgs
- callFunction(String) - Method in class classifierLibrary.Classifier
-
Calls a functional method of the classifier specified by its name (no
further parameters).
- callFunction(String) - Method in class classifierLibrary.StandardClassifier
-
- CalvingInterval - Enum in enums
-
Enums for the lengths between calving
- checkRel(Symbol, Symbol) - Method in class classifierLibrary.Language
-
Checks wether the an element given as parent is really Funktion prüft, ob
das als superordinate to the symbol given as child.
- checkRel(Object, Object) - Method in class simAuxLibrary.Relation
-
checkRel checks whether there is a (direct or indirect) relation between the objects
- choice() - Method in class simAuxLibrary.Roulettewheel
-
choice performs an roulettewheel-choice with the elements of the
instances list.
- chooseClassifier() - Method in class demoZLCS.ZLCS
-
Roulettewheel-choice of a StandardClassifier, using the classifiers'
strength for determining probabilities.
- Classifier - Class in classifierLibrary
-
Libary classifierLibrary, Class ClassifierCopyright by Klaus
Hufschlag 2004, 2005, 2006This file is part of the Generic Classifier
Library.
- Classifier(Rule) - Constructor for class classifierLibrary.Classifier
-
Constructor
- classifierLibrary - package classifierLibrary
-
- ClassifierSystem - Class in classifierLibrary
-
Library classifierLibrary, Class ClassifierSystemCopyright by
Klaus Hufschlag 2004,2005,2006This file is part of the Generic
Classifier Library.
- ClassifierSystem() - Constructor for class classifierLibrary.ClassifierSystem
-
Constructor
- ClassifierSystem(String, Classifier, int, boolean) - Constructor for class classifierLibrary.ClassifierSystem
-
Enhanced Constructor, initializing the CS following given parameters.
- clone() - Method in class classifierLibrary.Classifier
-
- clone() - Method in class classifierLibrary.ClassifierSystem
-
Clone-method creates a duplicate of the cs.
- clone() - Method in class classifierLibrary.Language
-
- clone() - Method in class classifierLibrary.Rule
-
- clone() - Method in interface classifierLibrary.Situation
-
Retuns a copy(clone) of the situation as a new object.
- clone() - Method in class classifierLibrary.StandardSituation
-
- clone() - Method in class classifierLibrary.SymbolSet
-
- clone() - Method in class simAuxLibrary.Relation
-
- compare(Situation) - Method in interface classifierLibrary.Situation
-
Compares the Situation with another one.
- compare(Situation) - Method in class classifierLibrary.StandardSituation
-
- compareSubsumtive(Situation) - Method in interface classifierLibrary.Situation
-
Compares the Situation with another one.
- compareSubsumtive(Situation) - Method in class classifierLibrary.StandardSituation
-
- compareTo(Animal) - Method in class animals.Animal
-
compares the age of one animal to another animal
- compatibility(Classifier) - Method in class classifierLibrary.Classifier
-
Checks compatibility of instance to another instance.
- compatibility(Rule) - Method in class classifierLibrary.Rule
-
Checks compatibility (in sense of comparability) of the rule with a rule
given for comparison.
- compatibility(Situation) - Method in interface classifierLibrary.Situation
-
Method checks compatitbility with another situation, e.g. if Languages
match.
- compatibility(Situation) - Method in class classifierLibrary.StandardSituation
-
- conditionMatch(Situation) - Method in class classifierLibrary.Rule
-
Method returns relative fit of the condition part of the rule to a
situation to compare with, not taking wildcards / subordinate
relations of symbols into account.
- conditionMatchSubsumptive(Situation) - Method in class classifierLibrary.Classifier
-
Computes relative degree of a classifiers condition matching a given
situation.
- conditionMatchSubsumptive(Situation) - Method in class classifierLibrary.Rule
-
Method returns relative fit of the condition part of the rule to a
situation to compare with, taking wildcards / subordinate relations of
symbols into account.
- contains(Symbol) - Method in class classifierLibrary.SymbolSet
-
Checks, whether a given Symbol is contained in the set.
- contains(String) - Method in class classifierLibrary.SymbolSet
-
Checks, whether a Symbol given by its name is contained in the set.
- contains(SymbolSet) - Method in class classifierLibrary.SymbolSet
-
Checks, whether a given SymbolSet is a subset of the set.
- cover(Situation) - Method in class demoZLCS.ZLCS
-
Covering: Generation of a new StandardClassifier matching a given
Situation.
- Cow - Class in animals
-
a cow
- Cow(double, Context) - Constructor for class animals.Cow
-
- createMap(double[], int, String) - Static method in class ses.ReaderHelper
-
- cross(Classifier, int) - Method in class classifierLibrary.Classifier
-
Returns Classifier that is a result of crossing with another given
classifier, crossing at defined position.
- cross(Classifier) - Method in class classifierLibrary.Classifier
-
Returns Classifier as a result of crossing with another classifier,
crossing at random position.
- cross(Rule, int) - Method in class classifierLibrary.Rule
-
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.
- cross(Situation, int) - Method in interface classifierLibrary.Situation
-
Method for crossover at given position, returns new Situation after
crossover.
- cross(StandardClassifier, int) - Method in class classifierLibrary.StandardClassifier
-
Crossover-Method, extending the inherited crossover-method, setting the
strenght value of the resulting classifier to the average of the previous
ones.
- cross(Situation, int) - Method in class classifierLibrary.StandardSituation
-
- crossover() - Method in class classifierLibrary.ClassifierSystem
-
Creates a clone of the instance and fills clone with pairwise crossover
(at random positions) of all classfiers.
- csSelection(double, boolean, String) - Method in class classifierLibrary.ClassifierSystem
-
Creates a new LCS with a selection of classifiers, having a
criterion-value above (or below, if minimize is true) a given threshold.