MOA 12.03
Real Time Analytics for Data Streams
moa.gui.BatchCmd Class Reference
Inheritance diagram for moa.gui.BatchCmd:
Collaboration diagram for moa.gui.BatchCmd:

List of all members.

Public Member Functions

 BatchCmd (AbstractClusterer clusterer, ClusteringStream stream, MeasureCollection[] measures, int totalInstances)
void run ()
void changeCluster (ClusterEvent e)

Static Public Member Functions

static void main (String[] args)
static void runBatch (RandomRBFGeneratorEvents stream, AbstractClusterer clusterer, int measureCollectionType, int amountInstances, String outputFile)
static void exportCSV (String filepath, ArrayList< ClusterEvent > clusterEvents, MeasureCollection[] measures, int horizon)

Public Attributes

boolean useMicroGT = false

Detailed Description

Definition at line 51 of file BatchCmd.java.


Constructor & Destructor Documentation

moa.gui.BatchCmd.BatchCmd ( AbstractClusterer  clusterer,
ClusteringStream  stream,
MeasureCollection[]  measures,
int  totalInstances 
)

Definition at line 62 of file BatchCmd.java.

Referenced by moa.gui.BatchCmd.runBatch().

Here is the call graph for this function:

Here is the caller graph for this function:


Member Function Documentation

void moa.gui.BatchCmd.changeCluster ( ClusterEvent  e)

Implements moa.streams.clustering.ClusterEventListener.

Definition at line 213 of file BatchCmd.java.

static void moa.gui.BatchCmd.exportCSV ( String  filepath,
ArrayList< ClusterEvent clusterEvents,
MeasureCollection[]  measures,
int  horizon 
) [static]

Definition at line 218 of file BatchCmd.java.

Referenced by moa.gui.BatchCmd.runBatch().

Here is the call graph for this function:

Here is the caller graph for this function:

static void moa.gui.BatchCmd.main ( String[]  args) [static]

Definition at line 98 of file BatchCmd.java.

Here is the call graph for this function:

void moa.gui.BatchCmd.run ( )

Definition at line 127 of file BatchCmd.java.

Referenced by moa.gui.BatchCmd.runBatch().

Here is the call graph for this function:

Here is the caller graph for this function:

static void moa.gui.BatchCmd.runBatch ( RandomRBFGeneratorEvents  stream,
AbstractClusterer  clusterer,
int  measureCollectionType,
int  amountInstances,
String  outputFile 
) [static]

Definition at line 109 of file BatchCmd.java.

Referenced by moa.tasks.EvaluateClustering.doMainTask(), and moa.gui.BatchCmd.main().

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

boolean moa.gui.BatchCmd.useMicroGT = false

Definition at line 59 of file BatchCmd.java.

Referenced by moa.gui.BatchCmd.run().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations