public class MakeGLMModelV3 extends Schema
| Modifier and Type | Field and Description |
|---|---|
double[] |
beta
new glm coefficients
|
java.lang.String |
dest
destination key
|
java.lang.String |
model
source model
|
java.lang.String[] |
names
coefficient names
|
float |
threshold
decision threshold for label-generation
|
| Constructor and Description |
|---|
MakeGLMModelV3() |