public class MakeGLMModelV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
double[] |
beta
new glm coefficients
|
ModelKeyV3 |
dest
destination key
|
ModelKeyV3 |
model
source model
|
java.lang.String[] |
names
coefficient names
|
float |
threshold
decision threshold for label-generation
|
| Constructor and Description |
|---|
MakeGLMModelV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public ModelKeyV3 model
public ModelKeyV3 dest
public java.lang.String[] names
public double[] beta
public float threshold