Uses of Class
weka.attributeSelection.ASSearch
Packages that use ASSearch
Package
Description
-
Uses of ASSearch in weka.attributeSelection
Subclasses of ASSearch in weka.attributeSelectionModifier and TypeClassDescriptionclass
BestFirst:
Searches the space of attribute subsets by greedy hillclimbing augmented with a backtracking facility.class
GreedyStepwise :
Performs a greedy forward or backward search through the space of attribute subsets.class
Ranker :
Ranks attributes by their individual evaluations.Methods in weka.attributeSelection that return ASSearchModifier and TypeMethodDescriptionstatic ASSearch
Creates a new instance of a search class given it's class name and (optional) arguments to pass to it's setOptions method.CheckAttributeSelection.getSearch()
Get the current search methodstatic ASSearch[]
ASSearch.makeCopies
(ASSearch model, int num) Creates copies of the current search scheme.Methods in weka.attributeSelection with parameters of type ASSearchModifier and TypeMethodDescriptionstatic ASSearch[]
ASSearch.makeCopies
(ASSearch model, int num) Creates copies of the current search scheme.void
set the search methodvoid
Set the search method to test.void
AttributeSelection.updateStatsForModelCVSplit
(Instances split, ASEvaluation evaluator, ASSearch search, int[] attributeSet, boolean doRank) Update the attribute selection stats for a cross-validation fold of the data. -
Uses of ASSearch in weka.classifiers.meta
Methods in weka.classifiers.meta that return ASSearchModifier and TypeMethodDescriptionAttributeSelectedClassifier.getSearch()
Gets the search method usedMethods in weka.classifiers.meta with parameters of type ASSearch -
Uses of ASSearch in weka.classifiers.rules
Methods in weka.classifiers.rules that return ASSearchMethods in weka.classifiers.rules with parameters of type ASSearch -
Uses of ASSearch in weka.filters.supervised.attribute
Methods in weka.filters.supervised.attribute that return ASSearchModifier and TypeMethodDescriptionAttributeSelection.getSearch()
Get the name of the search methodMethods in weka.filters.supervised.attribute with parameters of type ASSearch -
Uses of ASSearch in weka.knowledgeflow.steps
Methods in weka.knowledgeflow.steps that return ASSearchModifier and TypeMethodDescriptionASSearchStrategy.getSearchStrategy()
Get the search strategy wrapped by this stepMethods in weka.knowledgeflow.steps with parameters of type ASSearchModifier and TypeMethodDescriptionvoid
ASSearchStrategy.setSearchStrategy
(ASSearch searchStrategy) Set the search strategy wrapped by this step (calls setWrappedAlgorithm)