public class FriedmanPopescusHV3 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
FrameV3 |
frame
Frame the model has been fitted to
|
double |
h
Value of H statistic
|
ModelKeyV3 |
modelId
Model id of interest
|
java.lang.String[] |
variables
Variables of interest
|
_excludeFields| Constructor and Description |
|---|
FriedmanPopescusHV3()
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
public FrameV3 frame
public java.lang.String[] variables
public double h
public java.lang.String toString()
toString in class RequestSchemaV3