Waikato / moa

MOA is an open source framework for Big Data stream mining. It includes a collection of machine learning algorithms (classification, regression, clustering, outlier detection, concept drift detection and recommender systems) and tools for evaluation.
http://moa.cms.waikato.ac.nz/
GNU General Public License v3.0
603 stars 352 forks source link

How can I obtain the final clustering results (the labels) using Clustream algorihm? #279

Open mahabenfares opened 1 year ago

mahabenfares commented 1 year ago

Hello, I am using the algorithm clustream from the framework MOA and I want to calculate other metrics, so I need the final clutering results, how can I obtain them please?