Package | Description |
---|---|
jsat.clustering |
Modifier and Type | Field and Description |
---|---|
static OPTICS.ExtractionMethod |
OPTICS.DEFAULT_EXTRACTION_METHOD
The default method used to extract clusters in OPTICS
|
Modifier and Type | Method and Description |
---|---|
OPTICS.ExtractionMethod |
OPTICS.getExtractionMethod()
Returns the method used to extract clusters from the reachability plot.
|
static OPTICS.ExtractionMethod |
OPTICS.ExtractionMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OPTICS.ExtractionMethod[] |
OPTICS.ExtractionMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OPTICS.setExtractionMethod(OPTICS.ExtractionMethod extractionMethod)
Sets the method used to extract clusters from the reachability plot.
|
Copyright © 2017. All rights reserved.