public class NaiveBayesModel.SaveLoadV2_0$.Data
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
Data(double[] labels,
double[] pi,
double[][] theta,
String modelType) |
Modifier and Type | Method and Description |
---|---|
abstract static boolean |
canEqual(Object that) |
abstract static boolean |
equals(Object that) |
double[] |
labels() |
String |
modelType() |
double[] |
pi() |
abstract static int |
productArity() |
abstract static Object |
productElement(int n) |
static scala.collection.Iterator<Object> |
productIterator() |
static String |
productPrefix() |
double[][] |
theta() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Data(double[] labels, double[] pi, double[][] theta, String modelType)
public abstract static boolean canEqual(Object that)
public abstract static boolean equals(Object that)
public abstract static Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<Object> productIterator()
public static String productPrefix()
public double[] labels()
public double[] pi()
public double[][] theta()
public String modelType()