MOAClusterer#

class capymoa.base.MOAClusterer[source]#

Bases: Clusterer

A wrapper class for using MOA (Massive Online Analysis) clusterers in CapyMOA.

Attributes: - schema: The schema representing the instances. Defaults to None. - CLI: The command-line interface (CLI) configuration for the MOA learner. - random_seed: The random seed for reproducibility. Defaults to 1. - moa_learner: The MOA learner object or class identifier.

__init__(moa_learner, schema=None, CLI=None)[source]#
CLI_help()[source]#
train(instance)[source]#
get_micro_clusters_centers()[source]#
get_micro_clusters_radii()[source]#
get_micro_clusters_weights()[source]#
get_clusters_centers()[source]#
get_clusters_radii()[source]#
get_clusters_weights()[source]#