Java weka.classifiers.functions RBFNetwork fields, constructors, methods, implement or subclass

Example usage for Java weka.classifiers.functions RBFNetwork fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.classifiers.functions RBFNetwork.

The text is from its open source code.

Constructor

Method

voidbuildClassifier(Instances instances)
Builds the classifier
voidsetClusteringSeed(int seed)
Set the random seed to be passed on to K-means.
voidsetMaxIts(int newMaxIts)
Set the value of MaxIts.
voidsetMinStdDev(double newMinStdDev)
Set the MinStdDev value.
voidsetNumClusters(int numClusters)
Set the number of clusters for K-means to generate.
voidsetRidge(double ridge)
Sets the ridge value for logistic or linear regression.