Example usage for org.apache.commons.math3.stat.clustering Clusterable interface-usage

List of usage examples for org.apache.commons.math3.stat.clustering Clusterable interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.stat.clustering Clusterable interface-usage.

Usage

From source file org.dllearner.algorithms.qtl.util.Clusterable.java

@SuppressWarnings("deprecation") // deprecated
interface Clusterable<T> extends org.apache.commons.math3.stat.clustering.Clusterable<T> {
}

/**
 * A wrapper class that allows for using DBSCANClusterer class of Apache Commons