UniqueKeyValuesLists

Undocumented in source.

Constructors

this
this(size_t[] numericFieldIndices, size_t[] textFieldIndices)
Undocumented in source.

Members

Functions

numericValues
double[] numericValues(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
numericValuesMedian
double numericValuesMedian(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
numericValuesSorted
double[] numericValuesSorted(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
processNextLine
void processNextLine(char[][] fields, MissingFieldPolicy missingPolicy)
Undocumented in source. Be warned that the author may not have intended to support it.
textValues
string[] textValues(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
textValuesSorted
string[] textValuesSorted(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta