Uses of Class
weka.core.Tag

Packages that use Tag
weka.associations   
weka.attributeSelection   
weka.classifiers.bayes   
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.mi   
weka.classifiers.rules   
weka.classifiers.trees   
weka.clusterers   
weka.core   
weka.datagenerators.classifiers.classification   
weka.datagenerators.clusterers   
weka.filters.supervised.attribute   
weka.filters.unsupervised.attribute   
weka.gui   
weka.gui.beans   
 

Uses of Tag in weka.associations
 

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

Uses of Tag in weka.attributeSelection
 

Fields in weka.attributeSelection declared as Tag
static Tag[] CostSensitiveASEvaluation.TAGS_MATRIX_SOURCE
          Specify possible sources of the cost matrix
static Tag[] LinearForwardSelection.TAGS_SEARCH_METHOD
           
static Tag[] BestFirst.TAGS_SELECTION
          search directions
static Tag[] ScatterSearchV1.TAGS_SELECTION
           
static Tag[] RaceSearch.TAGS_SELECTION
           
static Tag[] SubsetSizeForwardSelection.TAGS_TYPE
           
static Tag[] LinearForwardSelection.TAGS_TYPE
           
static Tag[] RaceSearch.XVALTAGS_SELECTION
           
 

Uses of Tag in weka.classifiers.bayes
 

Fields in weka.classifiers.bayes declared as Tag
static Tag[] BayesianLogisticRegression.TAGS_HYPER_METHOD
           
static Tag[] BayesianLogisticRegression.TAGS_PRIOR
           
 

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[] PaceRegression.TAGS_ESTIMATOR
          estimator types
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[] LibSVM.TAGS_KERNELTYPE
          the different kernel types
static Tag[] LinearRegression.TAGS_SELECTION
          Attribute selection methods
static Tag[] SPegasos.TAGS_SELECTION
          Loss functions to choose from
static Tag[] LibLINEAR.TAGS_SVMTYPE
          SVM solver types
static Tag[] LibSVM.TAGS_SVMTYPE
          SVM types
 

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[] ThresholdSelector.TAGS_EVAL
          The evaluation modes
static Tag[] GridSearch.TAGS_EVALUATION
          evaluation
static Tag[] MetaCost.TAGS_MATRIX_SOURCE
          Specify possible sources of the cost matrix
static Tag[] CostSensitiveClassifier.TAGS_MATRIX_SOURCE
          Specify possible sources of the cost matrix
static Tag[] ThresholdSelector.TAGS_MEASURE
          the measure to use
static Tag[] MultiClassClassifier.TAGS_METHOD
          The error correction modes
static Tag[] ThresholdSelector.TAGS_OPTIMIZE
          How to determine which class value to optimize for
static Tag[] RacedIncrementalLogitBoost.TAGS_PRUNETYPE
          The pruning types
static Tag[] ThresholdSelector.TAGS_RANGE
          Type of correction applied to threshold range
static Tag[] Vote.TAGS_RULES
          combination rules
static Tag[] GridSearch.TAGS_TRAVERSAL
          traversal
 

Uses of Tag in weka.classifiers.mi
 

Fields in weka.classifiers.mi declared as Tag
static Tag[] MILR.TAGS_ALGORITHMTYPE
          the types of algorithms
static Tag[] MDD.TAGS_FILTER
          The filter to apply to the training data
static Tag[] MISVM.TAGS_FILTER
          The filter to apply to the training data
static Tag[] MIDD.TAGS_FILTER
          The filter to apply to the training data
static Tag[] MISMO.TAGS_FILTER
          The filter to apply to the training data
static Tag[] MIEMDD.TAGS_FILTER
          The filter to apply to the training data
static Tag[] MIOptimalBall.TAGS_FILTER
          The filter to apply to the training data
static Tag[] MIWrapper.TAGS_TESTMETHOD
          the test methods
static Tag[] SimpleMI.TAGS_TRANSFORMMETHOD
          the transformation methods
 

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.classifiers.trees
 

Fields in weka.classifiers.trees declared as Tag
static Tag[] FT.TAGS_MODEL
          possible model types.
static Tag[] BFTree.TAGS_PRUNING
          pruning strategy
static Tag[] ADTree.TAGS_SEARCHPATH
          The search modes
 

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.supervised.attribute
 

Fields in weka.filters.supervised.attribute declared as Tag
static Tag[] PLSFilter.TAGS_ALGORITHM
          the types of algorithm
static Tag[] PLSFilter.TAGS_PREPROCESSING
          the types of preprocessing
 

Uses of Tag in weka.filters.unsupervised.attribute
 

Fields in weka.filters.unsupervised.attribute declared as Tag
static Tag[] Wavelet.TAGS_ALGORITHM
          the types of algorithm
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[] Wavelet.TAGS_PADDING
          the types of padding
static Tag[] Add.TAGS_TYPE
          the attribute type.
static Tag[] MultiInstanceToPropositional.TAGS_WEIGHTMETHOD
          weight methods
 

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.