phenotypic.tools.constants_.GRID_LINREG_STATS_EXTRACTOR#
- class phenotypic.tools.constants_.GRID_LINREG_STATS_EXTRACTOR[source]#
Bases:
objectConstants for grid linear regression statistics extractor.
Methods
__init__Attributes
- ROW_LINREG_M = 'RowLinReg_M'#
- ROW_LINREG_B = 'RowLinReg_B'#
- COL_LINREG_M = 'ColLinReg_M'#
- COL_LINREG_B = 'ColLinReg_B'#
- PRED_RR = 'RowLinReg_PredRR'#
- PRED_CC = 'ColLinReg_PredCC'#
- RESIDUAL_ERR = 'LinReg_ResidualError'#