Module: GOffice::RegressionResult
- Defined in:
- (unknown)
Constant Summary collapse
- OK =
success.
0 or :ok
- INVALID_DIMENSIONS =
invalid dimensions.
1 or :invalid_dimensions
- INVALID_DATA =
invalid data:
2 or :invalid_data
- NOT_ENOUGH_DATA =
not enough data.
3 or :not_enough_data
- NEAR_SINGULAR_GOOD =
probably good result.
4 or :near_singular_good
- NEAR_SINGULAR_BAD =
probably bad result.
5 or :near_singular_bad
- SINGULAR =
singularity found.
6 or :singular