ClusteringEvaluator#

class capymoa.evaluation.ClusteringEvaluator[source]#

Bases: object

Abstract clustering evaluator for CapyMOA. It is slightly different from the other evaluators because it does not have a moa_evaluator object. Clustering evaluation at this point is very simple and only uses the unsupervised metrics.

__init__(update_interval=1000)[source]#

Only the update_interval is set here.

get_instances_seen()[source]#
get_update_interval()[source]#
get_clusterer_name()[source]#
update(clusterer: Clusterer)[source]#
metrics_header()[source]#
metrics()[source]#
get_measurements()[source]#