MODEL_CLASS - Implementation class of underlying machine learning modelpublic abstract class LogisticRegression<MODEL_CLASS> extends Object implements BinaryClassifier<float[]>
| Constructor and Description |
|---|
LogisticRegression() |
| Modifier and Type | Method and Description |
|---|---|
MODEL_CLASS |
getModel() |
protected void |
setModel(MODEL_CLASS model) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclassifypublic LogisticRegression()
public MODEL_CLASS getModel()
protected void setModel(MODEL_CLASS model)
Copyright © 2020. All rights reserved.