Keyword Types
Keywords for using the clustering_betas
{.interpreted-text role="doc"}
functions.
ClusterType
Specifies names of specific clustering algorithms
Attributes:
Name | Type | Description |
---|---|---|
OPTICS |
str
|
OPTICS |
DBSCAN |
str
|
DBSCAN |
KMeans |
str
|
KMeans |
SpectralClustering |
str
|
SpectralClustering |
get_cluster_type_name()
staticmethod
Get the name of the clustering algorithms
DetectorType
Specifies names of different outlier detector algorythms
Attributes:
Name | Type | Description |
---|---|---|
IsolationForest |
str
|
IsolationForest |
OneClassSVM |
str
|
OneClassSVM |
LocalOutlierFactor |
str
|
LocalOutlierFactor |
get_detector_type_name()
staticmethod
Get the name of the detector algorithms