|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFeatureExtractor.Clustering.ClusteringDistance
public abstract class ClusteringDistance
Abstract class defining a clustering distance for comparing points.
| Constructor Summary | |
|---|---|
ClusteringDistance()
Basic constructor. |
|
| Method Summary | |
|---|---|
abstract double |
distance(ClusteringFeatures p1,
ClusteringFeatures p2)
Computes the clustering distance between two points. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClusteringDistance()
| Method Detail |
|---|
public abstract double distance(ClusteringFeatures p1,
ClusteringFeatures p2)
p1 - Points to be compared.p2 - Points to be compared.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||