public class CoxPHModelV3 extends ModelSchema
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
algo
The algo name for this Model.
|
java.lang.String |
algo_full_name
The pretty algo name for this Model (e.g., Generalized Linear Model, rather than GLM).
|
long |
checksum
Checksum for all the things that go into building the Model.
|
java.lang.String[] |
compatible_frames
Compatible frames, if requested
|
java.lang.String |
data_frame
The Model's training frame key
|
java.lang.String |
model_id
Model key
|
CoxPHModelOutputV3 |
output
The build output for the model (e.g.
|
CoxPHParametersV3 |
parameters
The build parameters for the model (e.g.
|
java.lang.String |
response_column_name
The response column name for this Model (if applicable).
|
long |
timestamp
Timestamp for when this model was completed
|
| Constructor and Description |
|---|
CoxPHModelV3() |
public CoxPHParametersV3 parameters
public CoxPHModelOutputV3 output
public java.lang.String[] compatible_frames
public long checksum
public java.lang.String model_id
public java.lang.String algo
public java.lang.String algo_full_name
public java.lang.String response_column_name
public java.lang.String data_frame
public long timestamp