-
m_prune
PrecedencePruning m_prune
The pruning algorithm.
-
m_assoc
weka.associations.CARuleMiner m_assoc
The mining algorithm.
-
m_instances
weka.core.Instances m_instances
The instances.
-
m_weightScheme
int m_weightScheme
The type string for the weighting scheme.
-
m_metricType
java.lang.String m_metricType
The metric type string.
-
m_miningWatch
Stopwatch m_miningWatch
Watch for mining runtime behaviour.
-
m_pruningWatch
Stopwatch m_pruningWatch
Watch for pruning runtime behaviour.
-
m_numMinedRules
int m_numMinedRules
The number of mined rules.
-
m_numPrunedRules
int m_numPrunedRules
The number of rules after pruning.
-
m_numRules
int m_numRules
The limit for the number of classification rules after pruning. -1
indicates no limit. Valid integers are >= 1.
-
m_stop
int m_stop
The number of rules for classification.
-
m_miningTime
double m_miningTime
The mining time.
-
m_filter
weka.filters.supervised.attribute.Discretize m_filter
The filter to discretise attribute values.
-
m_pruningTime
double m_pruningTime
The pruning time.
-
m_averageCorrect
double m_averageCorrect
The average rank of the first rule that covers an instance and predicts it
correctly.
-
m_averageFirst
double m_averageFirst
The average rank of the first rule that covers an instance.
-
m_sumCorrect
double m_sumCorrect
The sum of the rank of the first rule that covers an instance and predicts
it correctly.
-
m_sumFirst
double m_sumFirst
The sum of the rank of the first rule that covers an instance.
-
m_numInstances
int m_numInstances
The number of instances.
-
m_numTests
int m_numTests
The number of test instances.