- setCustomHeader
void setCustomHeader(string customHeader)
Undocumented in source. Be warned that the author may not have intended to support it.
- name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
- allowCustomHeader
bool allowCustomHeader()
Undocumented in source. Be warned that the author may not have intended to support it.
- setSaveFieldValuesNumeric
void setSaveFieldValuesNumeric()
Undocumented in source. Be warned that the author may not have intended to support it.
- setSaveFieldValuesText
void setSaveFieldValuesText()
Undocumented in source. Be warned that the author may not have intended to support it.
- missingPolicy
MissingFieldPolicy missingPolicy()
Undocumented in source. Be warned that the author may not have intended to support it.
- fieldIndex
size_t fieldIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
- header
string header()
Undocumented in source. Be warned that the author may not have intended to support it.
- useHeaderSuffix
bool useHeaderSuffix()
Undocumented in source. Be warned that the author may not have intended to support it.
- processHeaderLine
void processHeaderLine(char[][] fields)
Undocumented in source. Be warned that the author may not have intended to support it.
- numericFieldsToSave
size_t[] numericFieldsToSave()
Undocumented in source. Be warned that the author may not have intended to support it.
- textFieldsToSave
size_t[] textFieldsToSave()
Undocumented in source. Be warned that the author may not have intended to support it.
- makeCalculator
SingleFieldCalculator makeCalculator()
Undocumented in source.
MadOperator produces the median absolute deviation from the median. This is a numeric operation.
The result is the raw MAD value, without a normalization applied.
All the field values are stored in memory as part of this calculation. This is handled by unique key value lists.