public class GLMClassificationModel.SaveLoadV1_0$.Data
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
Data(Vector weights,
double intercept,
scala.Option<Object> threshold) |
Modifier and Type | Method and Description |
---|---|
abstract static R |
apply(T1 v1,
T2 v2,
T3 v3) |
double |
intercept() |
scala.Option<Object> |
threshold() |
static String |
toString() |
Vector |
weights() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Data(Vector weights, double intercept, scala.Option<Object> threshold)
public abstract static R apply(T1 v1, T2 v2, T3 v3)
public static String toString()
public Vector weights()
public double intercept()
public scala.Option<Object> threshold()