Static Public Member Functions | |
| static MixtureModel | simplify (MixtureModel f, int m, Clustering.CLUSTERING_TYPE type, int iterations) |
| Simplifies a mixture model f into a mixture model g of m components using Bregman hard clustering algorithm. | |
| static MixtureModel | simplify (MixtureModel f, int m, Clustering.CLUSTERING_TYPE type) |
| Simplifies a mixture model f into a mixture model g of m components using Bregman hard clustering algorithm. | |
| static MixtureModel | simplify (MixtureModel f, MixtureModel g, Clustering.CLUSTERING_TYPE type) |
| Simplifies a mixture model f into a mixture model g of m components using Bregman hard clustering algorithm. | |
| static MixtureModel jMEF.BregmanHardClustering.simplify | ( | MixtureModel | f, | |
| MixtureModel | g, | |||
| Clustering.CLUSTERING_TYPE | type | |||
| ) | [static] |
Simplifies a mixture model f into a mixture model g of m components using Bregman hard clustering algorithm.
| f | initial mixture model | |
| g | initialization of the mixture model g | |
| type | type of the Bregman divergence used (right-sided, left-sided, or symmetric) |
| static MixtureModel jMEF.BregmanHardClustering.simplify | ( | MixtureModel | f, | |
| int | m, | |||
| Clustering.CLUSTERING_TYPE | type | |||
| ) | [static] |
Simplifies a mixture model f into a mixture model g of m components using Bregman hard clustering algorithm.
| f | initial mixture model | |
| m | number of components in g | |
| type | type of the Bregman divergence used (right-sided, left-sided, or symmetric) |
| static MixtureModel jMEF.BregmanHardClustering.simplify | ( | MixtureModel | f, | |
| int | m, | |||
| Clustering.CLUSTERING_TYPE | type, | |||
| int | iterations | |||
| ) | [static] |
Simplifies a mixture model f into a mixture model g of m components using Bregman hard clustering algorithm.
| f | initial mixture model | |
| m | number of components in g | |
| type | type of the Bregman divergence used (right-sided, left-sided, or symmetric) | |
| iterations | maximum number of iterations allowed |
1.5.9