Uses of Class
weka.core.SelectedTag
Packages that use SelectedTag
Package
Description
-
Uses of SelectedTag in weka.associations
Methods in weka.associations that return SelectedTagModifier and TypeMethodDescriptionApriori.getMetricType()
Get the metric typeFPGrowth.getMetricType()
Get the metric type to use.Methods in weka.associations with parameters of type SelectedTagModifier and TypeMethodDescriptionvoid
Apriori.setMetricType
(SelectedTag d) Set the metric type for ranking rulesvoid
FPGrowth.setMetricType
(SelectedTag d) Set the metric type to use. -
Uses of SelectedTag in weka.attributeSelection
Methods in weka.attributeSelection that return SelectedTagModifier and TypeMethodDescriptionBestFirst.getDirection()
Get the search directionClassifierAttributeEval.getEvaluationMeasure()
Gets the currently set performance evaluation measure used for selecting attributes for the decision tableClassifierSubsetEval.getEvaluationMeasure()
Gets the currently set performance evaluation measure used for selecting attributes for the decision tableWrapperSubsetEval.getEvaluationMeasure()
Gets the currently set performance evaluation measure used for selecting attributes for the decision tableMethods in weka.attributeSelection with parameters of type SelectedTagModifier and TypeMethodDescriptionvoid
BestFirst.setDirection
(SelectedTag d) Set the search directionvoid
ClassifierAttributeEval.setEvaluationMeasure
(SelectedTag newMethod) Sets the performance evaluation measure to use for selecting attributes for the decision tablevoid
ClassifierSubsetEval.setEvaluationMeasure
(SelectedTag newMethod) Sets the performance evaluation measure to use for selecting attributes for the decision tablevoid
WrapperSubsetEval.setEvaluationMeasure
(SelectedTag newMethod) Sets the performance evaluation measure to use for selecting attributes for the decision table -
Uses of SelectedTag in weka.classifiers.bayes.net.search.global
Methods in weka.classifiers.bayes.net.search.global that return SelectedTagModifier and TypeMethodDescriptionGlobalScoreSearchAlgorithm.getCVType()
get cross validation strategy to be used in searching for networks.Methods in weka.classifiers.bayes.net.search.global with parameters of type SelectedTagModifier and TypeMethodDescriptionvoid
GlobalScoreSearchAlgorithm.setCVType
(SelectedTag newCVType) set cross validation strategy to be used in searching for networks. -
Uses of SelectedTag in weka.classifiers.bayes.net.search.local
Methods in weka.classifiers.bayes.net.search.local that return SelectedTagModifier and TypeMethodDescriptionLocalScoreSearchAlgorithm.getScoreType()
get quality measure to be used in searching for networks.Methods in weka.classifiers.bayes.net.search.local with parameters of type SelectedTagModifier and TypeMethodDescriptionvoid
LocalScoreSearchAlgorithm.setScoreType
(SelectedTag newScoreType) set quality measure to be used in searching for networks. -
Uses of SelectedTag in weka.classifiers.functions
Methods in weka.classifiers.functions that return SelectedTagModifier and TypeMethodDescriptionLinearRegression.getAttributeSelectionMethod()
Gets the method used to select attributes for use in the linear regression.GaussianProcesses.getFilterType()
Gets how the training data will be transformed.SMO.getFilterType()
Gets how the training data will be transformed.SMOreg.getFilterType()
Gets how the training data will be transformed.SGD.getLossFunction()
Get the current loss function.SGDText.getLossFunction()
Get the current loss function.Methods in weka.classifiers.functions with parameters of type SelectedTagModifier and TypeMethodDescriptionvoid
LinearRegression.setAttributeSelectionMethod
(SelectedTag method) Sets the method used to select attributes for use in the linear regression.void
GaussianProcesses.setFilterType
(SelectedTag newType) Sets how the training data will be transformed.void
SMO.setFilterType
(SelectedTag newType) Sets how the training data will be transformed.void
SMOreg.setFilterType
(SelectedTag newType) Sets how the training data will be transformed.void
SGD.setLossFunction
(SelectedTag function) Set the loss function to use.void
SGDText.setLossFunction
(SelectedTag function) Set the loss function to use. -
Uses of SelectedTag in weka.classifiers.functions.supportVector
Methods in weka.classifiers.functions.supportVector that return SelectedTagModifier and TypeMethodDescriptionStringKernel.getPruningMethod()
Gets the method used for pruning.Methods in weka.classifiers.functions.supportVector with parameters of type SelectedTagModifier and TypeMethodDescriptionvoid
StringKernel.setPruningMethod
(SelectedTag value) Sets the method used to for pruning. -
Uses of SelectedTag in weka.classifiers.lazy
Methods in weka.classifiers.lazy that return SelectedTagModifier and TypeMethodDescriptionIBk.getDistanceWeighting()
Gets the distance weighting method used.KStar.getMissingMode()
Gets the method to use for handling missing values.Methods in weka.classifiers.lazy with parameters of type SelectedTagModifier and TypeMethodDescriptionvoid
IBk.setDistanceWeighting
(SelectedTag newMethod) Sets the distance weighting method used.void
KStar.setMissingMode
(SelectedTag newMode) Sets the method to use for handling missing values. -
Uses of SelectedTag in weka.classifiers.meta
Methods in weka.classifiers.meta that return SelectedTagModifier and TypeMethodDescriptionVote.getCombinationRule()
Gets the combination rule usedCostSensitiveClassifier.getCostMatrixSource()
Gets the source location method of the cost matrix.IterativeClassifierOptimizer.getEvaluationMetric()
Get the evaluation metric to useMultiClassClassifier.getMethod()
Gets the method used.Methods in weka.classifiers.meta with parameters of type SelectedTagModifier and TypeMethodDescriptionvoid
Vote.setCombinationRule
(SelectedTag newRule) Sets the combination rule to use.void
CostSensitiveClassifier.setCostMatrixSource
(SelectedTag newMethod) Sets the source location of the cost matrix.void
IterativeClassifierOptimizer.setEvaluationMetric
(SelectedTag metric) Set the evaluation metric to usevoid
MultiClassClassifier.setMethod
(SelectedTag newMethod) Sets the method used. -
Uses of SelectedTag in weka.classifiers.rules
Methods in weka.classifiers.rules that return SelectedTagModifier and TypeMethodDescriptionDecisionTable.getEvaluationMeasure()
Gets the currently set performance evaluation measure used for selecting attributes for the decision tableMethods in weka.classifiers.rules with parameters of type SelectedTagModifier and TypeMethodDescriptionvoid
DecisionTable.setEvaluationMeasure
(SelectedTag newMethod) Sets the performance evaluation measure to use for selecting attributes for the decision table -
Uses of SelectedTag in weka.classifiers.trees
Methods in weka.classifiers.trees that return SelectedTagModifier and TypeMethodDescriptionHoeffdingTree.getLeafPredictionStrategy()
Get the leaf prediction strategy to use (majority class, naive Bayes or naive Bayes adaptive)HoeffdingTree.getSplitCriterion()
Get the split criterion to use (either Gini or info gain).Methods in weka.classifiers.trees with parameters of type SelectedTagModifier and TypeMethodDescriptionvoid
HoeffdingTree.setLeafPredictionStrategy
(SelectedTag strat) Set the leaf prediction strategy to use (majority class, naive Bayes or naive Bayes adaptive)void
HoeffdingTree.setSplitCriterion
(SelectedTag crit) Set the split criterion to use (either Gini or info gain). -
Uses of SelectedTag in weka.clusterers
Methods in weka.clusterers that return SelectedTagModifier and TypeMethodDescriptionSimpleKMeans.getInitializationMethod()
Get the initialization method to useHierarchicalClusterer.getLinkType()
Methods in weka.clusterers with parameters of type SelectedTagModifier and TypeMethodDescriptionvoid
SimpleKMeans.setInitializationMethod
(SelectedTag method) Set the initialization method to usevoid
HierarchicalClusterer.setLinkType
(SelectedTag newLinkType) -
Uses of SelectedTag in weka.datagenerators.classifiers.classification
Methods in weka.datagenerators.classifiers.classification that return SelectedTagModifier and TypeMethodDescriptionAgrawal.getFunction()
Gets the function for generating the data.Methods in weka.datagenerators.classifiers.classification with parameters of type SelectedTagModifier and TypeMethodDescriptionvoid
Agrawal.setFunction
(SelectedTag value) Sets the function for generating the data. -
Uses of SelectedTag in weka.datagenerators.clusterers
Methods in weka.datagenerators.clusterers that return SelectedTagModifier and TypeMethodDescriptionSubspaceClusterDefinition.getClusterSubType()
Gets the cluster sub type.SubspaceClusterDefinition.getClusterType()
Gets the cluster type.BIRCHCluster.getInputOrder()
Gets the input order.BIRCHCluster.getPattern()
Gets the pattern type.Methods in weka.datagenerators.clusterers with parameters of type SelectedTagModifier and TypeMethodDescriptionvoid
SubspaceClusterDefinition.setClusterSubType
(SelectedTag value) Sets the cluster sub type.void
SubspaceClusterDefinition.setClusterType
(SelectedTag value) Sets the cluster type.void
BIRCHCluster.setInputOrder
(SelectedTag value) Sets the input order.void
BIRCHCluster.setPattern
(SelectedTag value) Sets the pattern type. -
Uses of SelectedTag in weka.filters.unsupervised.attribute
Methods in weka.filters.unsupervised.attribute that return SelectedTagModifier and TypeMethodDescriptionAdd.getAttributeType()
Gets the type of attribute to generate.RemoveType.getAttributeType()
Gets the attribute type to be deleted by the filter.RandomProjection.getDistribution()
Returns the current distribution that'll be used for calculating the random matrixStringToWordVector.getNormalizeDocLength()
Gets whether if the word frequencies for a document (instance) should be normalized or not.SortLabels.getSortType()
Gets the sort type to be used.Methods in weka.filters.unsupervised.attribute with parameters of type SelectedTagModifier and TypeMethodDescriptionvoid
Add.setAttributeType
(SelectedTag value) Sets the type of attribute to generate.void
RemoveType.setAttributeType
(SelectedTag type) Sets the attribute type to be deleted by the filter.void
RandomProjection.setDistribution
(SelectedTag newDstr) Sets the distribution to use for calculating the random matrixvoid
StringToWordVector.setNormalizeDocLength
(SelectedTag newType) Sets whether if the word frequencies for a document (instance) should be normalized or not.void
SortLabels.setSortType
(SelectedTag type) Sets the sort type to be used. -
Uses of SelectedTag in weka.gui
Methods in weka.gui that return SelectedTagModifier and TypeMethodDescriptionMain.getGUIType()
Gets the currently set type of GUI to display.Methods in weka.gui with parameters of type SelectedTagModifier and TypeMethodDescriptionvoid
Main.setGUIType
(SelectedTag value) Sets the type of GUI to use.