weka.classifiers.bayes.net.ParentSet[] m_ParentSets
weka.estimators.Estimator[][] m_Distributions
weka.filters.supervised.attribute.Discretize m_DiscretizeFilter
int m_nNonDiscreteAttribute
weka.filters.unsupervised.attribute.ReplaceMissingValues m_MissingValuesFilter
int m_NumClasses
weka.core.Instances m_Instances
int m_NumInstances
weka.classifiers.bayes.net.ADNode m_ADTree
weka.classifiers.bayes.net.BIFReader m_otherBayesNet
boolean m_bUseADTree
weka.classifiers.bayes.net.search.SearchAlgorithm m_SearchAlgorithm
weka.classifiers.bayes.net.estimate.BayesNetEstimator m_BayesNetEstimator
weka.estimators.Estimator[][] m_Distributions
weka.estimators.Estimator m_ClassDistribution
boolean m_UseKernelEstimator
boolean m_UseDiscretization
int m_NumClasses
weka.core.Instances m_Instances
weka.filters.supervised.attribute.Discretize m_Disc
boolean m_displayModelInOldFormat
double[][] m_probOfWordGivenClass
double[] m_probOfClass
int m_numAttributes
int m_numClasses
weka.core.Instances m_headerInfo
weka.core.Instances m_data
double[] m_probOfClass
double[] m_wordsPerClass
java.util.Map<K,V> m_probOfWordGivenClass
weka.core.stopwords.StopwordsHandler m_StopwordsHandler
weka.core.tokenizers.Tokenizer m_tokenizer
boolean m_lowercaseTokens
weka.core.stemmers.Stemmer m_stemmer
int m_periodicP
double m_minWordP
boolean m_wordFrequencies
boolean m_normalize
double m_norm
double m_lnorm
double m_leplace
double m_t
int m_numModels
double[] m_wordsPerClass
double[][][] m_Counts
double[][] m_Means
double[][] m_Devs
double[] m_Priors
weka.core.Instances m_Instances
weka.core.Instances m_Train
double[] m_MinArray
double[] m_MaxArray
weka.core.Instances m_Train
int m_NumClasses
int m_ClassType
int m_kNN
int m_kNNUpper
boolean m_kNNValid
int m_WindowSize
int m_DistanceWeighting
boolean m_CrossValidate
boolean m_MeanSquared
weka.classifiers.rules.ZeroR m_defaultModel
weka.core.neighboursearch.NearestNeighbourSearch m_NNSearch
double m_NumAttributesUsed
weka.core.Instances m_Train
int m_NumInstances
int m_NumClasses
int m_NumAttributes
int m_ClassType
int[][] m_RandClassCols
int m_ComputeRandomCols
int m_InitFlag
weka.classifiers.lazy.kstar.KStarCache[] m_Cache
int m_MissingMode
int m_BlendMethod
int m_GlobalBlend
weka.core.Instances m_Train
int m_kNN
int m_WeightKernel
boolean m_UseAllK
weka.core.neighboursearch.NearestNeighbourSearch m_NNSearch
weka.classifiers.Classifier m_ZeroR
java.util.Hashtable<K,V> m_entries
double[] m_classPriorCounts
double[] m_classPriors
int[] m_decisionFeatures
weka.filters.Filter m_disTransform
weka.filters.unsupervised.attribute.Remove m_delTransform
weka.classifiers.lazy.IBk m_ibk
weka.core.Instances m_theInstances
weka.core.Instances m_dtInstances
int m_numAttributes
int m_numInstances
boolean m_classIsNominal
boolean m_useIBk
boolean m_displayRules
int m_CVFolds
java.util.Random m_rr
double m_majority
weka.attributeSelection.ASSearch m_search
weka.attributeSelection.ASEvaluation m_evaluator
weka.classifiers.Evaluation m_evaluation
int m_evaluationMeasure
boolean m_saveMemory
double[] attributes
boolean[] missing
int key
weka.core.Attribute m_Class
java.util.ArrayList<E> m_Ruleset
java.util.ArrayList<E> m_Distributions
int m_Optimizations
java.util.Random m_Random
double m_Total
long m_Seed
int m_Folds
double m_MinNo
boolean m_Debug
boolean m_CheckErr
boolean m_UsePruning
weka.filters.Filter m_Filter
java.util.ArrayList<E> m_RulesetStats
weka.core.Attribute att
double value
double maxInfoGain
double accuRate
double cover
double accu
double[] accurate
double[] coverage
double splitPoint
double m_Consequent
java.util.ArrayList<E> m_Antds
weka.classifiers.rules.OneR.OneRRule m_rule
int m_minBucketSize
weka.classifiers.Classifier m_ZeroR
weka.classifiers.rules.part.MakeDecList m_root
float m_CF
int m_minNumObj
boolean m_useMDLcorrection
boolean m_reducedErrorPruning
int m_numFolds
boolean m_binarySplits
boolean m_unpruned
int m_Seed
boolean m_doNotMakeSplitPointActualValue
weka.classifiers.rules.Prism.PrismRule m_rules
weka.core.Instances m_Data
java.util.ArrayList<E> m_Ruleset
java.util.ArrayList<E> m_SimpleStats
java.util.ArrayList<E> m_Filtered
double m_Total
double MDL_THEORY_WEIGHT
java.util.ArrayList<E> m_Distributions
double m_ClassValue
double[] m_Counts
weka.core.Attribute m_Class
int m_AttIndex
double m_SplitPoint
double[][] m_Distribution
weka.core.Instances m_Instances
weka.classifiers.Classifier m_ZeroR
weka.core.Instances m_header
weka.classifiers.trees.ht.HNode m_root
double m_gracePeriod
double m_splitConfidence
double m_hoeffdingTieThreshold
double m_minFracWeightForTwoBranchesGain
int m_selectedSplitMetric
weka.classifiers.trees.ht.SplitMetric m_splitMetric
int m_leafStrategy
double m_nbThreshold
int m_activeLeafCount
int m_inactiveLeafCount
int m_decisionNodeCount
boolean m_printLeafModels
Id3[] m_Successors
weka.core.Attribute m_Attribute
double m_ClassValue
double[] m_Distribution
weka.core.Attribute m_ClassAttribute
weka.classifiers.trees.j48.ClassifierTree m_root
boolean m_unpruned
boolean m_collapseTree
float m_CF
int m_minNumObj
boolean m_useMDLcorrection
boolean m_useLaplace
boolean m_reducedErrorPruning
int m_numFolds
boolean m_binarySplits
boolean m_subtreeRaising
boolean m_noCleanup
int m_Seed
boolean m_doNotMakeSplitPointActualValue
weka.filters.unsupervised.attribute.ReplaceMissingValues m_replaceMissing
weka.filters.supervised.attribute.NominalToBinary m_nominalToBinary
weka.classifiers.trees.lmt.LMTNode m_tree
boolean m_fastRegression
boolean m_convertNominal
boolean m_splitOnResiduals
boolean m_errorOnProbabilities
int m_minNumInstances
int m_numBoostingIterations
double m_weightTrimBeta
boolean m_useAIC
boolean m_doNotMakeSplitPointActualValue
boolean m_computeAttributeImportance
weka.classifiers.trees.RandomTree.Tree m_Tree
weka.core.Instances m_Info
double m_MinNum
int m_KValue
int m_randomSeed
int m_MaxDepth
int m_NumFolds
boolean m_AllowUnclassifiedInstances
boolean m_BreakTiesRandomly
weka.classifiers.Classifier m_zeroR
double m_MinVarianceProp
boolean m_computeImpurityDecreases
double[][] m_impurityDecreasees
weka.classifiers.trees.RandomTree.Tree[] m_Successors
int m_Attribute
double m_SplitPoint
double[] m_Prop
double[] m_ClassDistribution
double[] m_Distribution
weka.classifiers.rules.ZeroR m_zeroR
weka.classifiers.trees.REPTree.Tree m_Tree
int m_NumFolds
int m_Seed
boolean m_NoPruning
double m_MinNum
double m_MinVarianceProp
int m_MaxDepth
double m_InitialCount
boolean m_SpreadInitialCount
weka.core.Instances m_Info
weka.classifiers.trees.REPTree.Tree[] m_Successors
int m_Attribute
double m_SplitPoint
double[] m_Prop
double[] m_ClassProbs
double[] m_Distribution
double[] m_HoldOutDist
double m_HoldOutError