Uses of Class
weka.core.Tag
Package
Description
-
Uses of Tag in weka.associations
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionstatic final Tag[]
GlobalScoreSearchAlgorithm.TAGS_CV_TYPE
the score types -
Uses of Tag in weka.classifiers.bayes.net.search.local
Modifier and TypeFieldDescriptionstatic final Tag[]
LocalScoreSearchAlgorithm.TAGS_SCORE_TYPE
the score types -
Uses of Tag in weka.classifiers.functions
Modifier 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
-
Uses of Tag in weka.classifiers.lazy
Modifier 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
Modifier 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
-
Uses of Tag in weka.classifiers.trees
Modifier and TypeFieldDescriptionstatic final Tag[]
HoeffdingTree.TAGS_SELECTION
static final Tag[]
HoeffdingTree.TAGS_SELECTION2
-
Uses of Tag in weka.clusterers
Modifier 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
-
Uses of Tag in weka.datagenerators.clusterers
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionSerializedModelSaver.s_fileFormatsAvailable
Available file formats.Modifier and TypeMethodDescriptionSerializedModelSaver.getFileFormat()
Get the file format to use for saving.SerializedModelSaver.validateFileFormat
(Tag ff) Validate the file format.Modifier and TypeMethodDescriptionvoid
SerializedModelSaver.setFileFormat
(Tag ff) Set the file format to use for saving.SerializedModelSaver.validateFileFormat
(Tag ff) Validate the file format.