|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package weka.associations.classification |
---|
Class weka.associations.classification.CaRuleGeneration extends RuleGeneration implements Serializable |
---|
Class weka.associations.classification.CrList extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
CrListElement m_head
CrListElement m_tail
CrListElement m_element
Class weka.associations.classification.CrListElement extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
CrListElement m_succ
CrListElement m_pred
int m_listAttributeNumber
int m_listAttributeValue
CrNode m_siblingNode
int m_minHeight
Class weka.associations.classification.CrNode extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
int m_attributeNumber
int m_attributeValue
FastVector<E> m_content
CrNode m_treeChild
CrNode m_treeParent
CrNode m_nextSibling
CrNode m_lastSibling
CrNode m_nextListSibling
CrNode m_lastListSibling
CrListElement m_listSibling
int m_height
Class weka.associations.classification.CrTree extends PruneCAR implements Serializable |
---|
Serialized Fields |
---|
CrNode m_root
CrNode m_actual
CrList m_list
boolean m_sibling
Instances m_instances
Instances m_class
FastVector<E> m_storeSiblings
FastVector<E> m_sortedFrequencies
int m_counter
int m_deleteCount
Class weka.associations.classification.CrTree.FrequencyObjects extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
int m_attributeNumber
int m_attributeValue
int m_frequency
Class weka.associations.classification.JCBAPruning extends CrTree implements Serializable |
---|
Serialized Fields |
---|
float m_cf
int m_prunedRules
int m_numberUnprunedRules
boolean m_noPessError
FastVector<E>[] m_precedence
Instances m_instancesWithClass
Class weka.associations.classification.LabeledItemSet extends ItemSet implements Serializable |
---|
Serialized Fields |
---|
int m_classLabel
int m_ruleSupCounter
Class weka.associations.classification.PrecedencePruning extends JCBAPruning implements Serializable |
---|
Serialized Fields |
---|
int m_default
Class weka.associations.classification.PruneCAR extends java.lang.Object implements Serializable |
---|
Package weka.classifiers.rules.car.utils |
---|
Class weka.classifiers.rules.car.utils.Stopwatch extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.util.Date startTime
java.util.Date endTime
boolean running
boolean started
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |