- GenerateInitialSolution(TabuSearch.Subset, int) - Method in class weka.attributeSelection.TabuSearch
-
Generate an initial solution based in a Sequential Forward Selection (SFS)
- generateRandomNumber(int) - Method in class weka.attributeSelection.ScatterSearchV1
-
- GenerateReferenceSet(List<ScatterSearchV1.Subset>, int, int) - Method in class weka.attributeSelection.ScatterSearchV1
-
Generate the a ReferenceSet containing the n best solutions and the m most diverse solutions of
the initial Population.
- getAllBits(List<ScatterSearchV1.Subset>) - Method in class weka.attributeSelection.ScatterSearchV1
-
Save in Bitset all the gens that are in many others subsets.
- getBestgen(ScatterSearchV1.Subset, BitSet) - Method in class weka.attributeSelection.ScatterSearchV1
-
Evaluate each gen of a BitSet inserted in a Subset and get the most significant for that Subset
- getCombination() - Method in class weka.attributeSelection.ScatterSearchV1
-
Get the combination
- getDebug() - Method in class weka.attributeSelection.ScatterSearchV1
-
Get whether output is to be verbose
- getDiversificationProb() - Method in class weka.attributeSelection.TabuSearch
-
get the probability of diversification
- getIndexofBiggest(List<Integer>) - Method in class weka.attributeSelection.ScatterSearchV1
-
get the index in a List where this have the biggest number
- getInitialSize() - Method in class weka.attributeSelection.TabuSearch
-
get the number of of attributes that are going to be in the initial Solution
- getNumNeighborhood() - Method in class weka.attributeSelection.TabuSearch
-
get the number of neighborhood
- getOptions() - Method in class weka.attributeSelection.ScatterSearchV1
-
Gets the current settings of ScatterSearchV1.
- getOptions() - Method in class weka.attributeSelection.TabuSearch
-
Gets the current settings of TabuSearch.
- getPopulationSize() - Method in class weka.attributeSelection.ScatterSearchV1
-
Get the population size
- getRevision() - Method in class weka.attributeSelection.ScatterSearchV1
-
Returns the revision string.
- getRevision() - Method in class weka.attributeSelection.TabuSearch
-
Returns the revision string.
- getSeed() - Method in class weka.attributeSelection.ScatterSearchV1
-
get the value of the random number generator's seed
- getSeed() - Method in class weka.attributeSelection.TabuSearch
-
get the value of the random number generator's seed
- getTechnicalInformation() - Method in class weka.attributeSelection.ScatterSearchV1
-
Returns an instance of a TechnicalInformation object, containing
detailed information about the technical background of this class,
e.g., paper reference or book this class is based on.
- getTechnicalInformation() - Method in class weka.attributeSelection.TabuSearch
-
Returns an instance of a TechnicalInformation object, containing
detailed information about the technical background of this class,
e.g., paper reference or book this class is based on.
- getThreshold() - Method in class weka.attributeSelection.ScatterSearchV1
-
Get the treshold
- globalInfo() - Method in class weka.attributeSelection.ScatterSearchV1
-
Returns a string describing this search method
- globalInfo() - Method in class weka.attributeSelection.TabuSearch
-
Returns a string describing this search method