Uses of Class
adams.data.spreadsheet.rowscore.AbstractMetaRowScore
-
Packages that use AbstractMetaRowScore Package Description adams.data.spreadsheet.rowscore -
-
Uses of AbstractMetaRowScore in adams.data.spreadsheet.rowscore
Subclasses of AbstractMetaRowScore in adams.data.spreadsheet.rowscore Modifier and Type Class Description class
ColumnSubset
Applies the specified base row score algorithm to the specified subset of columns and returns the calculated score.class
EqualWidthBins
Splits the row into bins with (more or less) same size and applies the base score algorithm to each of the bins.class
MathExpression
Uses a mathematical expression to post-process or combine the score(s) returned from the base row score algorithm.
The individual scores of the base algorithm can be accessed using placeholders of the format: [n] with 'n' being the 1-based index in the score array.
'null' scores get interpreted as 'NaN'.
-