| Package | Description |
|---|---|
| org.apache.mahout.clustering.classify | |
| org.apache.mahout.clustering.iterator |
| Modifier and Type | Method and Description |
|---|---|
ClusteringPolicy |
ClusterClassifier.getPolicy() |
static ClusteringPolicy |
ClusterClassifier.readPolicy(org.apache.hadoop.fs.Path path) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ClusterClassifier.writePolicy(ClusteringPolicy policy,
org.apache.hadoop.fs.Path path) |
| Constructor and Description |
|---|
ClusterClassifier(ClusteringPolicy policy) |
ClusterClassifier(List<Cluster> models,
ClusteringPolicy policy)
The public constructor accepts a list of clusters to become the models
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClusteringPolicy |
class |
CanopyClusteringPolicy
Deprecated.
|
class |
FuzzyKMeansClusteringPolicy
This is a probability-weighted clustering policy, suitable for fuzzy k-means
clustering
|
class |
KMeansClusteringPolicy
This is a simple maximum likelihood clustering policy, suitable for k-means
clustering
|
| Modifier and Type | Method and Description |
|---|---|
ClusteringPolicy |
ClusteringPolicyWritable.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusteringPolicyWritable.setValue(ClusteringPolicy value) |
| Constructor and Description |
|---|
ClusteringPolicyWritable(ClusteringPolicy policy) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.