List of usage examples for weka.clusterers HierarchicalClusterer subclass-usage
From source file de.uni_potsdam.hpi.bpt.promnicat.analysisModules.clustering.HierarchicalProcessClusterer.java
/**
* Extends WEKAs {@link HierarchicalClusterer} by creating a clustertree
* directly containing the clustered elements with the feature vector and
* process models. Also, this clusterer can cluster both numeric and string
* values at the same time and uses weights for clustering.
*