| Package | Description |
|---|---|
| info.debatty.spark.kmedoids | |
| info.debatty.spark.kmedoids.neighborgenerator |
| Modifier and Type | Method and Description |
|---|---|
void |
Clusterer.setNeighborGenerator(NeighborGenerotor<T> neighbor_generator) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNeighborGenerator<T>
A dummy generator that has an empty implementation for the init and
notify* methods.
|
class |
ClaransNeighborGenerator<T> |
class |
SANeighborGenerator<T>
Simulated Annealing is used to select replacement point to build the
candidate solution.
|
class |
WindowNeighborGenerator<T> |
Copyright © 2017. All rights reserved.