Serialized Form

Class laur.tools.AbortThreadRequest implements Serializable


Class laur.dm.ar.AssociationRule implements Serializable

Serialized Fields

antecedent

Itemset antecedent
The antecedent.
 

consequent

Itemset consequent
The consequent.
 

support

double support
The support of the association rule.
 

confidence

double confidence
The confidence of the association rule.
 


Class laur.dm.ar.DBException implements Serializable


Class laur.dm.ar.Itemset implements Serializable

Serialized Fields

capacity

int capacity
The capacity of the itemset.
 

size

int size
The number of items in the itemset.
 

set

int[] set
The itemset.
 

support

double support
The support of the itemset.
 

weight

long weight
The weight of the itemset.
 

mark

boolean mark
The mark of the itemset. Can be used to mark the itemset for various purposes
 


Class laur.dm.ar.SETException implements Serializable