Java org.apache.mahout.classifier.sgd AdaptiveLogisticRegression fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.classifier.sgd AdaptiveLogisticRegression fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.classifier.sgd AdaptiveLogisticRegression.

The text is from its open source code.

Constructor

Method

voidclose()
StategetBest()
voidsetAveragingWindow(int averagingWindow)
voidsetInterval(int interval)
How often should the evolutionary optimization of learning parameters occur?
voidtrain(int actual, Vector instance)