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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidbuildClusterer(Instances data)
Generates a clusterer.
intclusterInstance(Instance instance)
Classifies a given instance.
InstancesgetClusterCentroids()
Get the centroids found by FarthestFirst
intnumberOfClusters()
Returns the number of clusters.
voidsetNumClusters(int n)
set the number of clusters to generate
voidsetOptions(String[] options)
Parses a given list of options.