Uses of Class
moa.streams.clustering.ClusterEvent
-
Packages that use ClusterEvent Package Description moa.gui moa.gui.experimentertab.tasks moa.gui.visualization moa.streams moa.streams.clustering moa.streams.generators.cd moa.tasks -
-
Uses of ClusterEvent in moa.gui
Methods in moa.gui with parameters of type ClusterEvent Modifier and Type Method Description void
BatchCmd. changeCluster(ClusterEvent e)
Method parameters in moa.gui with type arguments of type ClusterEvent Modifier and Type Method Description static void
BatchCmd. exportCSV(String filepath, ArrayList<ClusterEvent> clusterEvents, MeasureCollection[] measures, int horizon)
-
Uses of ClusterEvent in moa.gui.experimentertab.tasks
Fields in moa.gui.experimentertab.tasks with type parameters of type ClusterEvent Modifier and Type Field Description protected ArrayList<ClusterEvent>
ConceptDriftMainTask. events
Methods in moa.gui.experimentertab.tasks that return types with arguments of type ClusterEvent Modifier and Type Method Description ArrayList<ClusterEvent>
ConceptDriftMainTask. getEventsList()
Method parameters in moa.gui.experimentertab.tasks with type arguments of type ClusterEvent Modifier and Type Method Description protected void
ConceptDriftMainTask. setEventsList(ArrayList<ClusterEvent> events)
-
Uses of ClusterEvent in moa.gui.visualization
Methods in moa.gui.visualization with parameters of type ClusterEvent Modifier and Type Method Description void
RunOutlierVisualizer. changeCluster(ClusterEvent e)
void
RunVisualizer. changeCluster(ClusterEvent e)
Method parameters in moa.gui.visualization with type arguments of type ClusterEvent Modifier and Type Method Description void
GraphCanvas. setClusterEventsList(ArrayList<ClusterEvent> clusterEvents)
-
Uses of ClusterEvent in moa.streams
Fields in moa.streams with type parameters of type ClusterEvent Modifier and Type Field Description protected ArrayList<ClusterEvent>
ArffFileStream. clusterEvents
Methods in moa.streams that return types with arguments of type ClusterEvent Modifier and Type Method Description ArrayList<ClusterEvent>
ArffFileStream. getEventsList()
-
Uses of ClusterEvent in moa.streams.clustering
Methods in moa.streams.clustering with parameters of type ClusterEvent Modifier and Type Method Description void
ClusterEventListener. changeCluster(ClusterEvent e)
-
Uses of ClusterEvent in moa.streams.generators.cd
Fields in moa.streams.generators.cd with type parameters of type ClusterEvent Modifier and Type Field Description protected ArrayList<ClusterEvent>
AbstractConceptDriftGenerator. clusterEvents
Methods in moa.streams.generators.cd that return types with arguments of type ClusterEvent Modifier and Type Method Description ArrayList<ClusterEvent>
AbstractConceptDriftGenerator. getEventsList()
ArrayList<ClusterEvent>
ConceptDriftGenerator. getEventsList()
-
Uses of ClusterEvent in moa.tasks
Fields in moa.tasks with type parameters of type ClusterEvent Modifier and Type Field Description protected ArrayList<ClusterEvent>
AuxiliarMainTask. events
protected ArrayList<ClusterEvent>
ClassificationMainTask. events
protected ArrayList<ClusterEvent>
ConceptDriftMainTask. events
protected ArrayList<ClusterEvent>
MultiLabelMainTask. events
protected ArrayList<ClusterEvent>
MultiTargetMainTask. events
protected ArrayList<ClusterEvent>
RegressionMainTask. events
Methods in moa.tasks that return types with arguments of type ClusterEvent Modifier and Type Method Description ArrayList<ClusterEvent>
AuxiliarMainTask. getEventsList()
ArrayList<ClusterEvent>
ClassificationMainTask. getEventsList()
ArrayList<ClusterEvent>
ConceptDriftMainTask. getEventsList()
ArrayList<ClusterEvent>
MultiLabelMainTask. getEventsList()
ArrayList<ClusterEvent>
MultiTargetMainTask. getEventsList()
ArrayList<ClusterEvent>
RegressionMainTask. getEventsList()
Method parameters in moa.tasks with type arguments of type ClusterEvent Modifier and Type Method Description protected void
AuxiliarMainTask. setEventsList(ArrayList<ClusterEvent> events)
protected void
ClassificationMainTask. setEventsList(ArrayList<ClusterEvent> events)
protected void
ConceptDriftMainTask. setEventsList(ArrayList<ClusterEvent> events)
protected void
MultiLabelMainTask. setEventsList(ArrayList<ClusterEvent> events)
protected void
MultiTargetMainTask. setEventsList(ArrayList<ClusterEvent> events)
protected void
RegressionMainTask. setEventsList(ArrayList<ClusterEvent> events)
-