ClusteringResult#

class capymoa.base.ClusteringResult[source]#

Bases: object

Abstract clustering result class that has the structure of clusters: centers, weights, radii, and ids.

IDs might not be available for most MOA implementations.

__init__(centers, weights, radii, ids)[source]#
get_centers()[source]#
get_weights()[source]#
get_radii()[source]#
get_ids()[source]#