Clustering

AffinityPropagation/AgglomerativeClustering/Birch/DBSCAN/KMeans/MiniBatchKMeans/MeanShift/ OPTICS/SpectralClustering/SpectralBiclustering/SpectralCoclustering

Common

Input Data

Inputs

*Target Data(X)

Data Input

*Model Name

Name of the user-defined cluster model

*Predict Output

Name of the output data

Merge Data

Predict Output will be created with predicted labels concatenated to Merge Data.

x (numeric)

User-selected columns to be X. If none is selected, All columns will be selected.

[Task information of AffinityPropagation]

Workflow Example

Python Package

AffinityPropagation: https://scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html#arrow-up-right

AgglomerativeClustering: https://scikit-learn.org/stable/modules/generated/sklearn.cluster.arrow-up-rightAgglomerativeClustering.html

Birch: https://scikit-learn.org/stable/modules/generated/sklearn.cluster.arrow-up-rightBirch.html

DBSCAN: https://scikit-learn.org/stable/modules/generated/sklearn.cluster.arrow-up-rightDBSCAN.html

KMeans: https://scikit-learn.org/stable/modules/generated/sklearn.cluster.arrow-up-rightKMeans.html

MiniBatchKMeans: https://scikit-learn.org/stable/modules/generated/sklearn.cluster.arrow-up-rightMiniBatchKMeans.html

MeanShift: https://scikit-learn.org/stable/modules/generated/sklearn.cluster.arrow-up-rightMeanShift.html

OPTICS: https://scikit-learn.org/stable/modules/generated/sklearn.cluster.arrow-up-rightOPTICS.html

SpectralClustering: https://scikit-learn.org/stable/modules/generated/sklearn.cluster.arrow-up-rightSpectralClustering.html

SpectralBiclustering: https://scikit-learn.org/stable/modules/generated/sklearn.cluster.arrow-up-rightSpectralBiclustering.html

SpectralCoclustering: https://scikit-learn.org/stable/modules/generated/sklearn.cluster.arrow-up-rightSpectralCoclustering.html

Last updated

Was this helpful?