public class BatchCmd extends Object implements ClusterEventListener
Modifier and Type | Field and Description |
---|---|
boolean |
useMicroGT |
Constructor and Description |
---|
BatchCmd(AbstractClusterer clusterer,
ClusteringStream stream,
MeasureCollection[] measures,
int totalInstances) |
Modifier and Type | Method and Description |
---|---|
void |
changeCluster(ClusterEvent e) |
static void |
exportCSV(String filepath,
ArrayList<ClusterEvent> clusterEvents,
MeasureCollection[] measures,
int horizon) |
static void |
main(String[] args) |
void |
run() |
static void |
runBatch(ClusteringStream stream,
AbstractClusterer clusterer,
int measureCollectionType,
int amountInstances,
String outputFile) |
public BatchCmd(AbstractClusterer clusterer, ClusteringStream stream, MeasureCollection[] measures, int totalInstances)
public static void main(String[] args)
public static void runBatch(ClusteringStream stream, AbstractClusterer clusterer, int measureCollectionType, int amountInstances, String outputFile)
public void run()
public void changeCluster(ClusterEvent e)
changeCluster
in interface ClusterEventListener
public static void exportCSV(String filepath, ArrayList<ClusterEvent> clusterEvents, MeasureCollection[] measures, int horizon)
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.