Package edu.berkeley.compbio.ml.cluster.bayesian

Class Summary
BayesianClustering<T extends AdditiveClusterable<T>> Performs cluster classification with a naive bayesian classifier
KNNClustering<T extends AdditiveClusterable<T>> k-Nearest Neighbor classifier.
LabelDecomposingBayesianClustering<T extends AdditiveClusterable<T>> Performs a simple unsupervised clustering on all the samples with a given label in an attempt to decompose the label-level cluster into several smaller clusters.
MultiNeighborClustering<T extends AdditiveClusterable<T>> Note we use CentroidClusters internally, but th e centroids are in fact just the training samples, not new prototype-based centroids
MultiNeighborClustering.BestLabelPair  
NearestNeighborClustering<T extends AdditiveClusterable<T>>  
TacoaClustering<T extends AdditiveClusterable<T>>  
 



Copyright © 2008-2009. All Rights Reserved.