Example usage for weka.clusterers UpdateableClusterer interface-usage

List of usage examples for weka.clusterers UpdateableClusterer interface-usage

Introduction

In this page you can find the example usage for weka.clusterers UpdateableClusterer interface-usage.

Usage

From source file text_clustering.Cobweb.java

/**
 <!-- globalinfo-start -->
 * Class implementing the Cobweb and Classit clustering algorithms.<br/>
 * <br/>
 * Note: the application of node operators (merging, splitting etc.) in terms of ordering and priority differs (and is somewhat ambiguous) between the original Cobweb and Classit papers. This algorithm always compares the best host, adding a new leaf, merging the two best hosts, and splitting the best host when considering where to place a new instance.<br/>
 * <br/>