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

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

Introduction

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

The text is from its open source code.

Subclass

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

Implementation

weka.clusterers.Clusterer has the following implementations.
Click this link to see all its implementation.

Method

voidbuildClusterer(Instances data)
Generates a clusterer.
intclusterInstance(Instance instance)
Classifies a given instance.
double[]distributionForInstance(Instance instance)
Predicts the cluster memberships for a given instance.
intnumberOfClusters()
Returns the number of clusters.