adams.flow.transformer.SpreadSheetStatistic
Generates statistics from a SpreadSheet object.
If cells aren't numeric or missing, a default value of zero is used.
Flow input/output:
- input: adams.data.spreadsheet.SpreadSheet
- output: adams.data.spreadsheet.SpreadSheet
The logging level for outputting errors and debugging output.
| command-line | -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> | 
| default | WARNING | 
| min-user-mode | Expert | 
The name of the actor.
| command-line | -name <java.lang.String> | 
| default | SpreadSheetStatistic | 
The annotations to attach to this actor.
| command-line | -annotation <adams.core.base.BaseAnnotation> | 
| default |  | 
If set to true, transformation is skipped and the input token is just forwarded as it is.
| command-line | -skip <boolean> | 
| default | false | 
If set to true, the flow execution at this level gets stopped in case this actor encounters an error; the error gets propagated; useful for critical actors.
| command-line | -stop-flow-on-error <boolean> | 
| default | false | 
| min-user-mode | Expert | 
If enabled, then no errors are output in the console; Note: the enclosing actor handler must have this enabled as well.
| command-line | -silent <boolean> | 
| default | false | 
| min-user-mode | Expert | 
Whether to retrieve rows or columns from the Instances object.
| command-line | -type <ROW_BY_INDEX|COLUMN_BY_INDEX|COLUMN_BY_REGEXP> | 
| default | COLUMN_BY_INDEX | 
The locations of the data, depending on the chosen data type that can be either indices, column names or regular expressions on the column names.
| command-line | -location <adams.core.base.BaseString> [-location ...] | 
| default |  | 
The statistic to generate from the data.
| command-line | -statistic <adams.data.statistics.AbstractArrayStatistic> | 
| default | adams.data.statistics.ArrayMean |