gemseo.mlearning.clustering.quality.factory module# A factory of objects to assess the quality of clusterers. class ClustererQualityFactory[source]# Bases: MLAlgoQualityFactory A factory of objects to assess the quality of clusterers. Return type: Any failed_imports: dict[str, str]# The class names bound to the import errors.