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

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

Introduction

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

The text is from its open source code.

Constructor

FilteredClusterer()
Default constructor.

Method

voidbuildClusterer(Instances data)
Build the clusterer on the filtered data.
voidsetFilter(Filter filter)
Sets the filter.