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

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

Introduction

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

The text is from its open source code.

Method

voidtrain(int actual, Vector instance)
Updates the model using a particular target variable value and a feature vector.