JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.commons.math3.ml.clustering
Clusterable
Contents
Description
Method Summary
Method Details
getPoint()
Hide sidebar
Show sidebar
Interface Clusterable
All Known Implementing Classes:
DoublePoint
public interface
Clusterable
Interface for n-dimensional points that can be clustered together.
Since:
3.2
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
double[]
getPoint
()
Gets the n-dimensional point.
Method Details
getPoint
double[]
getPoint
()
Gets the n-dimensional point.
Returns:
the point array