|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcontrol.Operation
modelling.ModelOperation
modelling.fiti.Fiti
public class Fiti
Class implementing the FITI algorithm. This algorithm performs intertransaction association rules. Utilizes the FPgrowth algorithm to create large itemsets.
Constructor Summary | |
---|---|
Fiti()
|
Method Summary | |
---|---|
java.util.ArrayList |
getProperties()
Method for getting the properties. |
void |
performOperation(DataSet dataSet)
Method for performing the operation. |
void |
printResults()
Method for printing the results of the operation. |
void |
setProperties(java.util.ArrayList properties)
Method for setting the properties. |
Methods inherited from class control.Operation |
---|
getLogResult, setLogResult |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Fiti()
Method Detail |
---|
public void performOperation(DataSet dataSet)
performOperation
in class Operation
dataSet
- The datasetpublic void printResults()
printResults
in class ModelOperation
public java.util.ArrayList getProperties()
getProperties
in class Operation
public void setProperties(java.util.ArrayList properties)
setProperties
in class Operation
properties
- List of properties
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |