src.clustering.spectral ======================= .. py:module:: src.clustering.spectral Classes ------- .. autoapisummary:: src.clustering.spectral.SPECTRALClustering Module Contents --------------- .. py:class:: SPECTRALClustering(dataset_name: str = None, embedding_method: str = None, dataset_id: int = None, embedding_id: int = None, embeddings: pandas.DataFrame = None, n_clusters: int = 8, random_seed: int = 42) Bases: :py:obj:`clustering.BaseClustering` Methods: -------- fit(data: pd.DataFrame): Fit the Spectral clustering algorithm to the data. .. py:attribute:: clusterer