Package oracle.spatial.network.lod
Interface ClusterEvaluator
-
- All Known Implementing Classes:
SilhouetteClusterEvaluator
public interface ClusterEvaluator
- Since:
- release specific (what release of product did this appear in)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
evaluate(PointOnNet[] points, ClusterResult clusters)
-
-
-
Method Detail
-
evaluate
double evaluate(PointOnNet[] points, ClusterResult clusters) throws LODNetworkException
- Throws:
LODNetworkException
-
-