JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.hipparchus.clustering
Interface Clusterable
All Known Implementing Classes:
DoublePoint
public interface
Clusterable
Interface for n-dimensional points that can be clustered together.
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 (beware, it may be a reference to an internal array)