| Package | Description |
|---|---|
| org.processmining.nlplogutils.algorithms.analysis.feature | |
| org.processmining.nlplogutils.algorithms.highdim |
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.math3.ml.clustering.evaluation.ClusterEvaluator<HighDimPoint> |
HighDimClusteringProvider.evaluator |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.apache.commons.math3.ml.clustering.evaluation.ClusterEvaluator<HighDimPoint> |
HighDimClusteringProvider.getClusterEvaluator(org.apache.commons.math3.ml.distance.DistanceMeasure measure)
Gets the evaluator that will compute the score based on the clustering available for this method.
|
protected org.apache.commons.math3.ml.clustering.evaluation.ClusterEvaluator<HighDimPoint> |
HighDimClusteringSumOfVariancesProvider.getClusterEvaluator(org.apache.commons.math3.ml.distance.DistanceMeasure measure) |
| Modifier and Type | Field and Description |
|---|---|
protected gnu.trove.map.hash.THashMap<HighDimPoint,HighDimPoint> |
HighDimensionalContextCreator.eventsContextsPerClass |
protected gnu.trove.map.hash.THashMap<HighDimPoint,HighDimPoint> |
HighDimensionalContextCreator.eventsContextsPerClass |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.ml.clustering.DBSCANClusterer<HighDimPoint> |
HighDimensionalContextCreator.getHighDimPointDBSCANClusterer(java.util.List<HighDimPoint> points,
org.apache.commons.math3.ml.distance.DistanceMeasure measure) |
| Modifier and Type | Method and Description |
|---|---|
int |
HighDimPoint.compareTo(HighDimPoint highDimPoint) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.ml.clustering.DBSCANClusterer<HighDimPoint> |
HighDimensionalContextCreator.getHighDimPointDBSCANClusterer(java.util.List<HighDimPoint> points,
org.apache.commons.math3.ml.distance.DistanceMeasure measure) |