Java weka.clusterers AbstractClusterer fields, constructors, methods, implement or subclass

Example usage for Java weka.clusterers AbstractClusterer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.clusterers AbstractClusterer.

The text is from its open source code.

Subclass

weka.clusterers.AbstractClusterer has subclasses.
Click this link to see all its subclasses.

Method

intclusterInstance(Instance instance)
Classifies a given instance.
ClustererforName(String clustererName, String[] options)
Creates a new instance of a clusterer given it's class name and (optional) arguments to pass to it's setOptions method.
ClusterermakeCopy(Clusterer model)
Creates a deep copy of the given clusterer using serialization.