weka4ws.service.impl
Class AssociationRulesTask

java.lang.Object
  extended byweka4ws.service.impl.DataMiningTask
      extended byweka4ws.service.impl.AssociationRulesTask
All Implemented Interfaces:
DataMiningConstants

public class AssociationRulesTask
extends DataMiningTask

Author:
Marco Lackovic

Field Summary
 
Fields inherited from interface weka4ws.service.impl.DataMiningConstants
CLASSES_TO_CLUSTERS, CROSS_VALIDATION, GRIDMAPFILE, logger, PERCENTAGE_SPLIT, TEMP_DIR, TEST_SET, TRAINING_SET
 
Constructor Summary
AssociationRulesTask(ServiceParameters parameters, Weka4WSResource resultResource)
           
 
Methods inherited from class weka4ws.service.impl.DataMiningTask
getSavePath, isDatasetAvailable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociationRulesTask

public AssociationRulesTask(ServiceParameters parameters,
                            Weka4WSResource resultResource)
                     throws java.lang.Exception