Linear values target.
Copyright: | 2017 David Monllao {@link http://www.davidmonllao.com} |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 118 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
linear:: (6 methods):
is_linear()
get_calculation_outcome()
get_max_value()
get_min_value()
triggers_callback()
get_callback_boundary()
is_linear() X-Ref |
Are the calculated values this target returns linear values? return: bool |
get_calculation_outcome($value, $ignoredsubtype = false) X-Ref |
How positive is this calculated value? param: float $value param: string $ignoredsubtype return: int |
get_max_value() X-Ref |
Gets the maximum value for this target return: float |
get_min_value() X-Ref |
Gets the minimum value for this target return: float |
triggers_callback($predictedvalue, $predictionscore) X-Ref |
This method determines if a prediction is interesing for the model or not. param: mixed $predictedvalue param: float $predictionscore return: bool |
get_callback_boundary() X-Ref |
Returns the minimum value that triggers the callback. return: float |