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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.mahout.classifier.sgd.LogisticModelParameters has subclasses.
Click this link to see all its subclasses.

Constructor

Method

OnlineLogisticRegressioncreateRegression()
Creates a logistic regression trainer using the parameters collected here.
CsvRecordFactorygetCsvRecordFactory()
Returns a CsvRecordFactory compatible with this logistic model.
intgetNumFeatures()
LogisticModelParametersloadFrom(InputStream in)
Reads a model from a stream.
LogisticModelParametersloadFrom(File in)
Reads a model from a file.