public class HHICalculationModifier extends BaseDatasetModifier
This property is added to the dataset and all entries it contains. Both the measured and predicted values of this property are set since it is something that is not intended to predicted by a model. Results are stored as the property HHI.
Usage: *No options*
| Constructor and Description |
|---|
HHICalculationModifier() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
modifyDataset(Dataset Data)
Apply changes to the Dataset.
|
java.lang.String |
printUsage()
Print out required format for options.
|
void |
setOptions(java.util.List<java.lang.Object> Options)
Set any options for this object.
|
transformpublic void setOptions(java.util.List<java.lang.Object> Options)
throws java.lang.Exception
OptionsOptions - Array of options as Objects - can be nulljava.lang.Exception - if problem with inputspublic java.lang.String printUsage()
Optionsprotected void modifyDataset(Dataset Data)
BaseDatasetModifiermodifyDataset in class BaseDatasetModifierData - Dataset to be modified