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 TypeMethodDescriptionvoidApriori.setMetricType(SelectedTag d) Set the metric type for ranking rulesvoidFPGrowth.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 TypeMethodDescriptionvoidBestFirst.setDirection(SelectedTag d) Set the search directionvoidClassifierAttributeEval.setEvaluationMeasure(SelectedTag newMethod) Sets the performance evaluation measure to use for selecting attributes for the decision tablevoidClassifierSubsetEval.setEvaluationMeasure(SelectedTag newMethod) Sets the performance evaluation measure to use for selecting attributes for the decision tablevoidWrapperSubsetEval.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 TypeMethodDescriptionvoidGlobalScoreSearchAlgorithm.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 TypeMethodDescriptionvoidLocalScoreSearchAlgorithm.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 TypeMethodDescriptionvoidLinearRegression.setAttributeSelectionMethod(SelectedTag method) Sets the method used to select attributes for use in the linear regression.voidGaussianProcesses.setFilterType(SelectedTag newType) Sets how the training data will be transformed.voidSMO.setFilterType(SelectedTag newType) Sets how the training data will be transformed.voidSMOreg.setFilterType(SelectedTag newType) Sets how the training data will be transformed.voidSGD.setLossFunction(SelectedTag function) Set the loss function to use.voidSGDText.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 TypeMethodDescriptionvoidStringKernel.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 TypeMethodDescriptionvoidIBk.setDistanceWeighting(SelectedTag newMethod) Sets the distance weighting method used.voidKStar.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 TypeMethodDescriptionvoidVote.setCombinationRule(SelectedTag newRule) Sets the combination rule to use.voidCostSensitiveClassifier.setCostMatrixSource(SelectedTag newMethod) Sets the source location of the cost matrix.voidIterativeClassifierOptimizer.setEvaluationMetric(SelectedTag metric) Set the evaluation metric to usevoidMultiClassClassifier.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 TypeMethodDescriptionvoidDecisionTable.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 TypeMethodDescriptionvoidHoeffdingTree.setLeafPredictionStrategy(SelectedTag strat) Set the leaf prediction strategy to use (majority class, naive Bayes or naive Bayes adaptive)voidHoeffdingTree.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 TypeMethodDescriptionvoidSimpleKMeans.setInitializationMethod(SelectedTag method) Set the initialization method to usevoidHierarchicalClusterer.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 TypeMethodDescriptionvoidAgrawal.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 TypeMethodDescriptionvoidSubspaceClusterDefinition.setClusterSubType(SelectedTag value) Sets the cluster sub type.voidSubspaceClusterDefinition.setClusterType(SelectedTag value) Sets the cluster type.voidBIRCHCluster.setInputOrder(SelectedTag value) Sets the input order.voidBIRCHCluster.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 TypeMethodDescriptionvoidAdd.setAttributeType(SelectedTag value) Sets the type of attribute to generate.voidRemoveType.setAttributeType(SelectedTag type) Sets the attribute type to be deleted by the filter.voidRandomProjection.setDistribution(SelectedTag newDstr) Sets the distribution to use for calculating the random matrixvoidStringToWordVector.setNormalizeDocLength(SelectedTag newType) Sets whether if the word frequencies for a document (instance) should be normalized or not.voidSortLabels.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 TypeMethodDescriptionvoidMain.setGUIType(SelectedTag value) Sets the type of GUI to use.