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_SELECTION
Metric types.static final Tag[]
DefaultAssociationRule.TAGS_SELECTION
Tags for display in the GUI -
Uses of Tag in weka.attributeSelection
Fields in weka.attributeSelection declared as TagModifier and TypeFieldDescriptionstatic final Tag[]
ClassifierSubsetEval.TAGS_EVALUATION
Holds all tags for metricsstatic final Tag[]
WrapperSubsetEval.TAGS_EVALUATION
Holds all tags for metricsstatic final Tag[]
BestFirst.TAGS_SELECTION
search 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_TYPE
the 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_TYPE
the score types -
Uses of Tag in weka.classifiers.functions
Fields in weka.classifiers.functions declared as TagModifier and TypeFieldDescriptionstatic final Tag[]
GaussianProcesses.TAGS_FILTER
The filter to apply to the training datastatic final Tag[]
SMO.TAGS_FILTER
The filter to apply to the training datastatic final Tag[]
SMOreg.TAGS_FILTER
The filter to apply to the training datastatic final Tag[]
LinearRegression.TAGS_SELECTION
Attribute selection methodsstatic final Tag[]
SGD.TAGS_SELECTION
Loss functions to choose fromstatic final Tag[]
SGDText.TAGS_SELECTION
Loss 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_MISSING
Define possible missing value handling methodsstatic final Tag[]
IBk.TAGS_WEIGHTING
possible instance weighting methods. -
Uses of Tag in weka.classifiers.meta
Fields in weka.classifiers.meta declared as TagModifier and TypeFieldDescriptionstatic Tag[]
IterativeClassifierOptimizer.TAGS_EVAL
static final Tag[]
CostSensitiveClassifier.TAGS_MATRIX_SOURCE
Specify possible sources of the cost matrixstatic final Tag[]
MultiClassClassifier.TAGS_METHOD
The error correction modesstatic final Tag[]
Vote.TAGS_RULES
combination 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_SELECTION
static 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_TYPE
static final Tag[]
SimpleKMeans.TAGS_SELECTION
Initialization 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 String
Tag.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 String
Tag.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 newSelectedTag
instance.SelectedTag
(String tagText, Tag[] tags) Creates a newSelectedTag
instance. -
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_CLUSTERSUBTYPE
the tags for the cluster typesstatic final Tag[]
SubspaceCluster.TAGS_CLUSTERTYPE
the tags for the cluster typesstatic final Tag[]
BIRCHCluster.TAGS_INPUTORDER
the input order tagsstatic final Tag[]
BIRCHCluster.TAGS_PATTERN
the 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_ATTRIBUTETYPE
Tag allowing selection of attribute type to deletestatic final Tag[]
RandomProjection.TAGS_DSTRS_TYPE
The types of distributions that can be used for calculating the random matrixstatic final Tag[]
StringToWordVector.TAGS_FILTER
Specifies whether document's (instance's) word frequencies are to be normalized.static final Tag[]
SortLabels.TAGS_SORTTYPE
Tag allowing selection of sort type.static final Tag[]
Add.TAGS_TYPE
the 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_fileFormatsAvailable
Available 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 TypeMethodDescriptionvoid
SerializedModelSaver.setFileFormat
(Tag ff) Set the file format to use for saving.SerializedModelSaver.validateFileFormat
(Tag ff) Validate the file format.