weka4ws.service.impl
Class ClusteringTask

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

public class ClusteringTask
extends DataMiningTestTask

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
ClusteringTask(ClusteringParameters parameters, Weka4WSResource resultResource)
           
 
Method Summary
static weka.gui.visualize.PlotData2D setUpVisualizableInstances(weka.core.Instances testInstances, weka.clusterers.ClusterEvaluation eval)
          Method taken from the ClustererPanel class of Weka 3.4.11
 
Methods inherited from class weka4ws.service.impl.DataMiningTestTask
isTestsetAvailable
 
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

ClusteringTask

public ClusteringTask(ClusteringParameters parameters,
                      Weka4WSResource resultResource)
               throws java.lang.Exception
Method Detail

setUpVisualizableInstances

public static weka.gui.visualize.PlotData2D setUpVisualizableInstances(weka.core.Instances testInstances,
                                                                       weka.clusterers.ClusterEvaluation eval)
                                                                throws java.lang.Exception
Method taken from the ClustererPanel class of Weka 3.4.11

Throws:
java.lang.Exception