Uses of Class
weka.core.Tag
Packages that use Tag
Package
Description
-
Uses of Tag in weka.associations
Fields in weka.associations declared as TagModifier and TypeFieldDescriptionstatic final Tag[]Apriori.TAGS_SELECTIONMetric types.static final Tag[]DefaultAssociationRule.TAGS_SELECTIONTags for display in the GUI -
Uses of Tag in weka.attributeSelection
Fields in weka.attributeSelection declared as TagModifier and TypeFieldDescriptionstatic final Tag[]ClassifierSubsetEval.TAGS_EVALUATIONHolds all tags for metricsstatic final Tag[]WrapperSubsetEval.TAGS_EVALUATIONHolds all tags for metricsstatic final Tag[]BestFirst.TAGS_SELECTIONsearch directions -
Uses of Tag in weka.classifiers.bayes.net.search.global
Fields in weka.classifiers.bayes.net.search.global declared as TagModifier and TypeFieldDescriptionstatic final Tag[]GlobalScoreSearchAlgorithm.TAGS_CV_TYPEthe score types -
Uses of Tag in weka.classifiers.bayes.net.search.local
Fields in weka.classifiers.bayes.net.search.local declared as TagModifier and TypeFieldDescriptionstatic final Tag[]LocalScoreSearchAlgorithm.TAGS_SCORE_TYPEthe score types -
Uses of Tag in weka.classifiers.functions
Fields in weka.classifiers.functions declared as TagModifier and TypeFieldDescriptionstatic final Tag[]GaussianProcesses.TAGS_FILTERThe filter to apply to the training datastatic final Tag[]SMO.TAGS_FILTERThe filter to apply to the training datastatic final Tag[]SMOreg.TAGS_FILTERThe filter to apply to the training datastatic final Tag[]LinearRegression.TAGS_SELECTIONAttribute selection methodsstatic final Tag[]SGD.TAGS_SELECTIONLoss functions to choose fromstatic final Tag[]SGDText.TAGS_SELECTIONLoss functions to choose from -
Uses of Tag in weka.classifiers.functions.supportVector
Fields in weka.classifiers.functions.supportVector declared as Tag -
Uses of Tag in weka.classifiers.lazy
Fields in weka.classifiers.lazy declared as TagModifier and TypeFieldDescriptionstatic final Tag[]KStar.TAGS_MISSINGDefine possible missing value handling methodsstatic final Tag[]IBk.TAGS_WEIGHTINGpossible instance weighting methods. -
Uses of Tag in weka.classifiers.meta
Fields in weka.classifiers.meta declared as TagModifier and TypeFieldDescriptionstatic Tag[]IterativeClassifierOptimizer.TAGS_EVALstatic final Tag[]CostSensitiveClassifier.TAGS_MATRIX_SOURCESpecify possible sources of the cost matrixstatic final Tag[]MultiClassClassifier.TAGS_METHODThe error correction modesstatic final Tag[]Vote.TAGS_RULEScombination rules -
Uses of Tag in weka.classifiers.rules
Fields in weka.classifiers.rules declared as Tag -
Uses of Tag in weka.classifiers.trees
Fields in weka.classifiers.trees declared as TagModifier and TypeFieldDescriptionstatic final Tag[]HoeffdingTree.TAGS_SELECTIONstatic final Tag[]HoeffdingTree.TAGS_SELECTION2 -
Uses of Tag in weka.clusterers
Fields in weka.clusterers declared as TagModifier and TypeFieldDescriptionstatic final Tag[]HierarchicalClusterer.TAGS_LINK_TYPEstatic final Tag[]SimpleKMeans.TAGS_SELECTIONInitialization methods -
Uses of Tag in weka.core
Modifier and TypeMethodDescriptionSelectedTag.getSelectedTag()Gets the selected Tag.Tag[]SelectedTag.getTags()Gets the set of all valid Tags.Modifier and TypeMethodDescriptionstatic StringTag.toOptionList(Tag[] tags) returns a list that can be used in the listOption methods to list all the available ID strings, e.g.: <0|1|2> or <what|ever>static StringTag.toOptionSynopsis(Tag[] tags) returns a string that can be used in the listOption methods to list all the available options, i.e., "\t\tID = Text\n" for each optionModifierConstructorDescriptionSelectedTag(int tagID, Tag[] tags) Creates a newSelectedTaginstance.SelectedTag(String tagText, Tag[] tags) Creates a newSelectedTaginstance. -
Uses of Tag in weka.datagenerators.classifiers.classification
Fields in weka.datagenerators.classifiers.classification declared as Tag -
Uses of Tag in weka.datagenerators.clusterers
Fields in weka.datagenerators.clusterers declared as TagModifier and TypeFieldDescriptionstatic final Tag[]SubspaceCluster.TAGS_CLUSTERSUBTYPEthe tags for the cluster typesstatic final Tag[]SubspaceCluster.TAGS_CLUSTERTYPEthe tags for the cluster typesstatic final Tag[]BIRCHCluster.TAGS_INPUTORDERthe input order tagsstatic final Tag[]BIRCHCluster.TAGS_PATTERNthe pattern tags -
Uses of Tag in weka.filters.unsupervised.attribute
Fields in weka.filters.unsupervised.attribute declared as TagModifier and TypeFieldDescriptionstatic final Tag[]RemoveType.TAGS_ATTRIBUTETYPETag allowing selection of attribute type to deletestatic final Tag[]RandomProjection.TAGS_DSTRS_TYPEThe types of distributions that can be used for calculating the random matrixstatic final Tag[]StringToWordVector.TAGS_FILTERSpecifies whether document's (instance's) word frequencies are to be normalized.static final Tag[]SortLabels.TAGS_SORTTYPETag allowing selection of sort type.static final Tag[]Add.TAGS_TYPEthe attribute type. -
Uses of Tag in weka.gui
-
Uses of Tag in weka.gui.beans
Fields in weka.gui.beans with type parameters of type TagModifier and TypeFieldDescriptionSerializedModelSaver.s_fileFormatsAvailableAvailable file formats.Methods in weka.gui.beans that return TagModifier and TypeMethodDescriptionSerializedModelSaver.getFileFormat()Get the file format to use for saving.SerializedModelSaver.validateFileFormat(Tag ff) Validate the file format.Methods in weka.gui.beans with parameters of type TagModifier and TypeMethodDescriptionvoidSerializedModelSaver.setFileFormat(Tag ff) Set the file format to use for saving.SerializedModelSaver.validateFileFormat(Tag ff) Validate the file format.