Static Public Member Functions | |
static MixtureModel | initialize (Vector< PVector >[] clusters, ExponentialFamily EF) |
Initializes a mixture model from clusters of points, each cluster containing a set of points. | |
static MixtureModel | run (PVector[] pointSet, MixtureModel fL, int iterations) |
Processes the Bregman soft clustering (EM) algorithm. | |
static MixtureModel | run (PVector[] pointSet, MixtureModel fL) |
Processes the Bregman soft clustering (EM) algorithm. |
static MixtureModel jMEF.BregmanSoftClustering.initialize | ( | Vector< PVector >[] | clusters, | |
ExponentialFamily | EF | |||
) | [static] |
Initializes a mixture model from clusters of points, each cluster containing a set of points.
clusters | clusters of points | |
EF | exponential family member |
static MixtureModel jMEF.BregmanSoftClustering.run | ( | PVector[] | pointSet, | |
MixtureModel | fL | |||
) | [static] |
Processes the Bregman soft clustering (EM) algorithm.
pointSet | set of points | |
fL | initial mixture model given in source parameters |
static MixtureModel jMEF.BregmanSoftClustering.run | ( | PVector[] | pointSet, | |
MixtureModel | fL, | |||
int | iterations | |||
) | [static] |
Processes the Bregman soft clustering (EM) algorithm.
pointSet | set of points | |
fL | initial mixture model given in source parameters | |
iterations | maximum number of iterations allowed |