Example usage for weka.clusterers HierarchicalClusterer subclass-usage

List of usage examples for weka.clusterers HierarchicalClusterer subclass-usage

Introduction

In this page you can find the example usage for weka.clusterers HierarchicalClusterer subclass-usage.

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.
 *