| Modifier and Type | Method and Description |
|---|---|
SimilarityDistanceMetricType |
GuideTreeMinerInput.getSimilarityDistanceMetricType() |
| Modifier and Type | Method and Description |
|---|---|
void |
GuideTreeMinerInput.setSimilarityDistanceMetricType(SimilarityDistanceMetricType similarityDistanceMetricType) |
| Constructor and Description |
|---|
AgglomerativeHierarchicalClustering(java.util.List<java.lang.String> encodedTraceList,
float[][] distanceSimilarityMatrix,
SimilarityDistanceMetricType clusterType,
AHCJoinType clusterCriteria) |
| Modifier and Type | Method and Description |
|---|---|
void |
GuideTreeMinerSettingsListener.setSimilarityDistanceType(SimilarityDistanceMetricType metricType) |
| Modifier and Type | Method and Description |
|---|---|
static SimilarityDistanceMetricType |
SimilarityDistanceMetricType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SimilarityDistanceMetricType[] |
SimilarityDistanceMetricType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GuideTreeMinerUI.setSimilarityDistanceType(SimilarityDistanceMetricType metricType) |