public class SignificantRulesV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
ModelKeyV3 |
modelId
Model id of interest
|
TwoDimTableV3 |
significantRulesTable
The estimated coefficients and language representations (in case it is a rule) for each of the significant
baselearners.
|
_excludeFields| Constructor and Description |
|---|
SignificantRulesV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
@SerializedName(value="model_id") public ModelKeyV3 modelId
@SerializedName(value="significant_rules_table") public TwoDimTableV3 significantRulesTable
public java.lang.String toString()
toString in class RequestSchemaV3