Name

adams.flow.transformer.PredictionEccentricity


Synopsis

Treats the predictions from a regressor as an image and computes the 'eccentricity' of the actual vs predicted plot. Generated values range from 1 to infinity with a value of 1 representing a circular shape.
Projects the predictions onto the specified grid, using the 'actual' for both axes.

For more details see:
https://en.wikipedia.org/wiki/Eccentricity_(mathematics)


Additional information

Flow input/output:
- input: adams.data.spreadsheet.SpreadSheet
- output: adams.flow.container.PredictionEccentricityContainer

Container information:
- adams.flow.container.PredictionEccentricityContainer:
   - Predictions: predictions; adams.data.spreadsheet.SpreadSheet
   - Eccentricity: eccentricity; java.lang.Double
   - Matrix: matrix; adams.data.image.BooleanArrayMatrixView


Options