Example usage for weka.clusterers Cobweb Cobweb

List of usage examples for weka.clusterers Cobweb Cobweb

Introduction

In this page you can find the example usage for weka.clusterers Cobweb Cobweb.

Prototype

public Cobweb() 

Source Link

Document

default constructor

Usage

From source file:probcog.clustering.HierarchicalClusterer.java

License:Open Source License

public HierarchicalClusterer() {
    super(new Cobweb());
}