public class ProvidedMatrixClusterer<E> extends Clusterer<E>
ProvidedMatrixClusterer(MCLMatrix matrix)
MCLMatrix
toMCLMatrix(java.util.List<E> elems)
cluster
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ProvidedMatrixClusterer(MCLMatrix matrix)
public MCLMatrix toMCLMatrix(java.util.List<E> elems)
toMCLMatrix
Clusterer<E>