Uses of Class
weka.core.SelectedTag
Package
Description
-
Uses of SelectedTag in weka.associations
Modifier and TypeMethodDescriptionApriori.getMetricType()
Get the metric typeFPGrowth.getMetricType()
Get the metric type to use.Modifier 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
Modifier 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 tableModifier 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
Modifier and TypeMethodDescriptionGlobalScoreSearchAlgorithm.getCVType()
get cross validation strategy to be used in searching for networks.Modifier 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
Modifier and TypeMethodDescriptionLocalScoreSearchAlgorithm.getScoreType()
get quality measure to be used in searching for networks.Modifier and TypeMethodDescriptionvoid
LocalScoreSearchAlgorithm.setScoreType
(SelectedTag newScoreType) set quality measure to be used in searching for networks. -
Uses of SelectedTag in weka.classifiers.functions
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionStringKernel.getPruningMethod()
Gets the method used for pruning.Modifier and TypeMethodDescriptionvoid
StringKernel.setPruningMethod
(SelectedTag value) Sets the method used to for pruning. -
Uses of SelectedTag in weka.classifiers.lazy
Modifier and TypeMethodDescriptionIBk.getDistanceWeighting()
Gets the distance weighting method used.KStar.getMissingMode()
Gets the method to use for handling missing values.Modifier 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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionDecisionTable.getEvaluationMeasure()
Gets the currently set performance evaluation measure used for selecting attributes for the decision tableModifier 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
Modifier 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).Modifier 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
Modifier and TypeMethodDescriptionSimpleKMeans.getInitializationMethod()
Get the initialization method to useHierarchicalClusterer.getLinkType()
Modifier and TypeMethodDescriptionvoid
SimpleKMeans.setInitializationMethod
(SelectedTag method) Set the initialization method to usevoid
HierarchicalClusterer.setLinkType
(SelectedTag newLinkType) -
Uses of SelectedTag in weka.datagenerators.classifiers.classification
Modifier and TypeMethodDescriptionAgrawal.getFunction()
Gets the function for generating the data.Modifier and TypeMethodDescriptionvoid
Agrawal.setFunction
(SelectedTag value) Sets the function for generating the data. -
Uses of SelectedTag in weka.datagenerators.clusterers
Modifier 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.Modifier 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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionMain.getGUIType()
Gets the currently set type of GUI to display.Modifier and TypeMethodDescriptionvoid
Main.setGUIType
(SelectedTag value) Sets the type of GUI to use.