Example usage for org.apache.commons.math3.ml.clustering DoublePoint subclass-usage

List of usage examples for org.apache.commons.math3.ml.clustering DoublePoint subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.ml.clustering DoublePoint subclass-usage.

Usage

From source file com.yahoo.egads.utilities.IdentifiedDoublePoint.java

/**
 * A simple implementation of {@link Clusterable} for points with double coordinates, with an added id.
 * @version $Id$
 * @since 3.2
 */
public class IdentifiedDoublePoint extends DoublePoint {