| Package | Description |
|---|---|
| com.pervasive.datarush.analytics.cluster |
Provides base PMML for clustering models.
|
| com.pervasive.datarush.analytics.cluster.kmeans |
Provides the KMeans algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.Builder.build()
Builds a
Cluster instance based on the
previously set values. |
Cluster[] |
PMMLClusteringModel.getClusters()
Gets the
Clusters of this model. |
| Modifier and Type | Method and Description |
|---|---|
static PMMLClusteringModel.Builder |
PMMLClusteringModel.builder(PMMLModelSpec spec,
ModelClass modelClass,
ComparisonMeasure comparisonMeasure,
Cluster[] clusters)
Creates a builder that builds
PMMLClusteringModel
instances with the provided model specification, model class,
comparison measure and clusters. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
KMeans.isSignificantlyDifferent(Cluster first,
Cluster second)
Returns true if the centers of both clusters are significantly different
compared to each other.
|
Copyright © 2024 Actian Corporation. All rights reserved.