Uses of Class
weka.core.Tag

Packages that use Tag
weka.associations   
weka.attributeSelection   
weka.classifiers.bayes.net.search.global   
weka.classifiers.bayes.net.search.local   
weka.classifiers.functions   
weka.classifiers.functions.supportVector   
weka.classifiers.lazy   
weka.classifiers.meta   
weka.classifiers.rules   
weka.clusterers   
weka.core   
weka.datagenerators.classifiers.classification   
weka.datagenerators.clusterers   
weka.filters.unsupervised.attribute   
weka.gui   
weka.gui.beans   
 

Uses of Tag in weka.associations
 

Fields in weka.associations declared as Tag
static Tag[] DefaultAssociationRule.TAGS_SELECTION
          Tags for display in the GUI
static Tag[] Apriori.TAGS_SELECTION
          Metric types.
 

Uses of Tag in weka.attributeSelection
 

Fields in weka.attributeSelection declared as Tag
static Tag[] WrapperSubsetEval.TAGS_EVALUATION
           
static 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 Tag
static 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 Tag
static Tag[] LocalScoreSearchAlgorithm.TAGS_SCORE_TYPE
          the score types
 

Uses of Tag in weka.classifiers.functions
 

Fields in weka.classifiers.functions declared as Tag
static Tag[] GaussianProcesses.TAGS_FILTER
          The filter to apply to the training data
static Tag[] SMOreg.TAGS_FILTER
          The filter to apply to the training data
static Tag[] SMO.TAGS_FILTER
          The filter to apply to the training data
static Tag[] SGD.TAGS_SELECTION
          Loss functions to choose from
static Tag[] LinearRegression.TAGS_SELECTION
          Attribute selection methods
static 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
static Tag[] StringKernel.TAGS_PRUNING
          Pruning methods
 

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
          possible instance weighting methods.
 

Uses of Tag in weka.classifiers.meta
 

Fields in weka.classifiers.meta declared as Tag
static Tag[] RegressionByDiscretization.TAGS_ESTIMATOR
          The filter to apply to the training data
static Tag[] CostSensitiveClassifier.TAGS_MATRIX_SOURCE
          Specify possible sources of the cost matrix
static Tag[] MultiClassClassifier.TAGS_METHOD
          The error correction modes
static Tag[] Vote.TAGS_RULES
          combination rules
 

Uses of Tag in weka.classifiers.rules
 

Fields in weka.classifiers.rules declared as Tag
static Tag[] DecisionTable.TAGS_EVALUATION
           
 

Uses of Tag in weka.clusterers
 

Fields in weka.clusterers declared as Tag
static Tag[] HierarchicalClusterer.TAGS_LINK_TYPE
           
 

Uses of Tag in weka.core
 

Fields in weka.core declared as Tag
static Tag[] Debug.Clock.TAGS_FORMAT
          the output formats
 

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

Methods in weka.core with parameters of type Tag
static 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 option
 

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

Uses of Tag in weka.datagenerators.classifiers.classification
 

Fields in weka.datagenerators.classifiers.classification declared as Tag
static Tag[] Agrawal.FUNCTION_TAGS
          the funtion tags
 

Uses of Tag in weka.datagenerators.clusterers
 

Fields in weka.datagenerators.clusterers declared as Tag
static Tag[] SubspaceCluster.TAGS_CLUSTERSUBTYPE
          the tags for the cluster types
static Tag[] SubspaceCluster.TAGS_CLUSTERTYPE
          the tags for the cluster types
static Tag[] BIRCHCluster.TAGS_INPUTORDER
          the input order tags
static Tag[] BIRCHCluster.TAGS_PATTERN
          the pattern tags
 

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
          The types of distributions that can be used for calculating the random matrix
static Tag[] StringToWordVector.TAGS_FILTER
          Specifies whether document's (instance's) word frequencies are to be normalized.
static Tag[] SortLabels.TAGS_SORTTYPE
          Tag allowing selection of sort type.
static Tag[] Add.TAGS_TYPE
          the attribute type.
 

Uses of Tag in weka.gui
 

Fields in weka.gui declared as Tag
static Tag[] Main.TAGS_GUI
          GUI tags.
 

Uses of Tag in weka.gui.beans
 

Fields in weka.gui.beans with type parameters of type Tag
static ArrayList<Tag> SerializedModelSaver.s_fileFormatsAvailable
          Available file formats.
 

Methods in weka.gui.beans that return Tag
 Tag SerializedModelSaver.getFileFormat()
          Get the file format to use for saving.
 Tag SerializedModelSaver.validateFileFormat(Tag ff)
          Validate the file format.
 

Methods in weka.gui.beans with parameters of type Tag
 void SerializedModelSaver.setFileFormat(Tag ff)
          Set the file format to use for saving.
 Tag SerializedModelSaver.validateFileFormat(Tag ff)
          Validate the file format.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.