Interface ClusteringAlgorithm

All Known Implementing Classes:
KMeans

public interface ClusteringAlgorithm
Represents a clustering algorithm to cluster some data. The data is a TetradMatrix matrix with rows as cases and columns as variables. The purpose of this interface is to allow a clustering algorithm to have parameters set so that it can be passed to another class to do clustering on data.
Version:
$Id: $Id
Author:
josephramsey