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

Packages that use RandomSamplers.CrpData
org.knowceans.util   
 

Uses of RandomSamplers.CrpData in org.knowceans.util
 

Methods in org.knowceans.util that return RandomSamplers.CrpData
 RandomSamplers.CrpData RandomSamplers.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".
 RandomSamplers.CrpData RandomSamplers.randCrp(double alpha, int numdata)