public class ModelPackage
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
Author
Author of this model
|
java.lang.String |
Citation
Citation for this model
|
Dataset |
Dataset
Dataset used to generate attributes
|
java.lang.String |
Description
Short description of this model
|
BaseModel |
Model
Model to be evaluated
|
java.lang.String |
Notes
Long form description of model
|
java.lang.String |
Property
Name of property being modeled.
|
java.lang.String |
TrainingSet
Training set description
|
java.lang.String |
Units
Units for property
|
Constructor and Description |
---|
ModelPackage(Dataset data,
BaseModel model)
Initialize model package
|
Modifier and Type | Method and Description |
---|---|
ModelInfo |
generateInfo()
Generate model info in a format suitable for Thrift interface
|
public final Dataset Dataset
public final BaseModel Model
public java.lang.String Property
public java.lang.String Units
public java.lang.String TrainingSet
public java.lang.String Author
public java.lang.String Citation
public java.lang.String Description
public java.lang.String Notes
public ModelInfo generateInfo()