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.
|
transform
public void setOptions(java.util.List<java.lang.Object> Options) throws java.lang.Exception
Options
Options
- Array of options as Objects - can be null
java.lang.Exception
- if problem with inputspublic java.lang.String printUsage()
Options
protected void modifyDataset(Dataset Data)
BaseDatasetModifier
modifyDataset
in class BaseDatasetModifier
Data
- Dataset to be modified