- getB() - Method in class weka.attributeSelection.RerankingSearch
-
get size of blocks over which search is performed
- getBlocksSearched() - Method in class weka.attributeSelection.RerankingSearch
-
get number of blocks attributes in ranking over which search has been
performed.
- getConditionalMutualInformation(int, int, int, Instances) - Method in class weka.attributeSelection.RerankingSearch
-
Computes I(X;Y|Z)
- getGlobalIndexes(int[], Instances, Instances) - Method in class weka.attributeSelection.RerankingSearch
-
It converts the indexes of attributes in relative[] referring to
relativeData, to the indexes of the referred attributes in globalInstances
data.
- getInformationBasedEvaluator() - Method in class weka.attributeSelection.RerankingSearch
-
* Get method used to crate first univariate ranking
- getJointXY(int, int, Instances) - Method in class weka.attributeSelection.RerankingSearch
-
Compute joint probability por attribute pX and pY in data
- getJointXYZ(int, int, int, Instances) - Method in class weka.attributeSelection.RerankingSearch
-
Compute joint probability por attribute pX, pY and pZ in data
- getMarginalProb(int, Instances) - Method in class weka.attributeSelection.RerankingSearch
-
Computes marginal probability for attribute with index pos, in data
- getMutualInformation(int, int, Instances) - Method in class weka.attributeSelection.RerankingSearch
-
Computes I(X;Y)
- getOptions() - Method in class weka.attributeSelection.RerankingSearch
-
get a String[] describing the value set for all options
- getRerankingTime_ms() - Method in class weka.attributeSelection.RerankingSearch
-
time in milliseconds spent during the search in re-ranking computations
- getRerankMethod() - Method in class weka.attributeSelection.RerankingSearch
-
Get method used for re-ranking
- getSearchAlgorithm() - Method in class weka.attributeSelection.RerankingSearch
-
Get a deep copy of the search algorithm used over blocks
- getSearchSpec() - Method in class weka.attributeSelection.RerankingSearch
-
- getSearchTime_ms() - Method in class weka.attributeSelection.RerankingSearch
-
total time in milliseconds spent during the search
- getSelected() - Method in class weka.attributeSelection.RerankingSearch
-
get list of attributes selected in search
- getStartSetString(int) - Method in class weka.attributeSelection.RerankingSearch
-
Creates a string of attributes indexes separated by commas.
- globalInfo() - Method in class weka.attributeSelection.RerankingSearch
-
Returns a string describing this search method