Uses of Class
org.knowceans.util.Samplers.CrpData

Packages that use Samplers.CrpData
org.knowceans.util   
 

Uses of Samplers.CrpData in org.knowceans.util
 

Methods in org.knowceans.util that return Samplers.CrpData
static Samplers.CrpData Samplers.randCrp(double[] alpha, int numdata)
          [cc numclass] = randcrp(alpha,numdata) Generates a partition of numdata items with concentration parameter alpha, which can be an array, in which case the Chinese restaurant process has "two new tables to chose for each new customer".
static Samplers.CrpData Samplers.randCrp(double alpha, int numdata)