public class GLMClassificationModel.SaveLoadV1_0$.Data
extends java.lang.Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
GLMClassificationModel.SaveLoadV1_0$.Data(Vector weights,
double intercept,
scala.Option<java.lang.Object> threshold) |
Modifier and Type | Method and Description |
---|---|
double |
intercept() |
scala.Option<java.lang.Object> |
threshold() |
Vector |
weights() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GLMClassificationModel.SaveLoadV1_0$.Data(Vector weights, double intercept, scala.Option<java.lang.Object> threshold)
public Vector weights()
public double intercept()
public scala.Option<java.lang.Object> threshold()