Uses of Class
weka.core.Tag

Packages that use Tag
weka.associations   
weka.attributeSelection   
weka.classifiers.bayes   
weka.classifiers.functions   
weka.classifiers.lazy   
weka.classifiers.meta   
weka.classifiers.trees   
weka.core   
weka.filters.unsupervised.attribute   
 

Uses of Tag in weka.associations
 

Fields in weka.associations declared as Tag
static Tag[] Apriori.TAGS_SELECTION
           
private static Tag[] Tertius.TAGS_NEGATION
           
private static Tag[] Tertius.TAGS_MISSING
           
private static Tag[] Tertius.TAGS_VALUES
           
 

Uses of Tag in weka.attributeSelection
 

Fields in weka.attributeSelection declared as Tag
static Tag[] BestFirst.TAGS_SELECTION
           
static Tag[] RaceSearch.TAGS_SELECTION
           
static Tag[] RaceSearch.XVALTAGS_SELECTION
           
 

Uses of Tag in weka.classifiers.bayes
 

Fields in weka.classifiers.bayes declared as Tag
static Tag[] BayesNet.TAGS_SCORE_TYPE
           
 

Uses of Tag in weka.classifiers.functions
 

Fields in weka.classifiers.functions declared as Tag
static Tag[] SMOreg.TAGS_FILTER
           
static Tag[] LinearRegression.TAGS_SELECTION
           
static Tag[] PaceRegression.TAGS_ESTIMATOR
           
static Tag[] SMO.TAGS_FILTER
           
 

Uses of Tag in weka.classifiers.lazy
 

Fields in weka.classifiers.lazy declared as Tag
static Tag[] KStar.TAGS_MISSING
          Define possible missing value handling methods
static Tag[] IBk.TAGS_WEIGHTING
           
 

Uses of Tag in weka.classifiers.meta
 

Fields in weka.classifiers.meta declared as Tag
static Tag[] CostSensitiveClassifier.TAGS_MATRIX_SOURCE
           
static Tag[] MultiClassClassifier.TAGS_METHOD
           
static Tag[] MetaCost.TAGS_MATRIX_SOURCE
           
static Tag[] RacedIncrementalLogitBoost.TAGS_PRUNETYPE
           
static Tag[] ThresholdSelector.TAGS_RANGE
           
static Tag[] ThresholdSelector.TAGS_EVAL
           
static Tag[] ThresholdSelector.TAGS_OPTIMIZE
           
 

Uses of Tag in weka.classifiers.trees
 

Fields in weka.classifiers.trees declared as Tag
static Tag[] ADTree.TAGS_SEARCHPATH
           
 

Uses of Tag in weka.core
 

Fields in weka.core declared as Tag
protected  Tag[] SelectedTag.m_Tags
          The set of tags to choose from
 

Methods in weka.core that return Tag
 Tag SelectedTag.getSelectedTag()
          Gets the selected Tag.
 Tag[] SelectedTag.getTags()
          Gets the set of all valid Tags.
 

Constructors in weka.core with parameters of type Tag
SelectedTag(int tagID, Tag[] tags)
          Creates a new SelectedTag instance.
 

Uses of Tag in weka.filters.unsupervised.attribute
 

Fields in weka.filters.unsupervised.attribute declared as Tag
static Tag[] RemoveType.TAGS_ATTRIBUTETYPE
          Tag allowing selection of attribute type to delete
static Tag[] RandomProjection.TAGS_DSTRS_TYPE