Public Types | |
| enum | LINKAGE_CRITERION { MINIMUM_DISTANCE, MAXIMUM_DISTANCE, AVERAGE_DISTANCE } |
| Type of the likage criterion used. More... | |
Static Public Member Functions | |
| static HierarchicalMixtureModel | build (MixtureModel f, Clustering.CLUSTERING_TYPE type, LINKAGE_CRITERION linkage) |
| Builds a hierarchical mixture model (class HierarchicalMixtureModel) from an input mixture model and a clustering type. | |
| static HierarchicalMixtureModel jMEF.BregmanHierarchicalClustering.build | ( | MixtureModel | f, | |
| Clustering.CLUSTERING_TYPE | type, | |||
| LINKAGE_CRITERION | linkage | |||
| ) | [static] |
Builds a hierarchical mixture model (class HierarchicalMixtureModel) from an input mixture model and a clustering type.
| f | input mixture model given in source parameters | |
| type | type of the Bregman divergence used: right-sided, left-sided, or symmetric | |
| linkage | linkage criterion used: minimum, maximum, or average distance |
1.5.9