public class Clusterer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Clusterer.Cluster |
| Modifier and Type | Field and Description |
|---|---|
static int |
currentDocId |
static int |
isTraining |
| Constructor and Description |
|---|
Clusterer() |
Clusterer(String modelPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
doTraining(String modelName) |
List<Pair<Integer,Integer>> |
getClusterMerges(ClustererDataLoader.ClustererDoc doc) |
public Clusterer()
public Clusterer(String modelPath)