org.apache.commons.math3.ml.clustering
Interface Clusterable

All Known Implementing Classes:
DoublePoint

public interface Clusterable

Interface for n-dimensional points that can be clustered together.

Since:
3.2
Version:
$Id: Clusterable.java 1461862 2013-03-27 21:48:10Z tn $

Method Summary
 double[] getPoint()
          Gets the n-dimensional point.
 

Method Detail

getPoint

double[] getPoint()
Gets the n-dimensional point.

Returns:
the point array


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.