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

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

Introduction

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

The text is from its open source code.

Constructor

MakeDensityBasedClusterer()
Default constructor.

Method

voidsetClusterer(Clusterer toWrap)
Sets the clusterer to wrap.
voidsetMinStdDev(double m)
Set the minimum value for standard deviation when calculating normal density.