Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

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

Defines 1 class

linear:: (6 methods):
  is_linear()
  get_calculation_outcome()
  get_max_value()
  get_min_value()
  triggers_callback()
  get_callback_boundary()


Class: linear  - X-Ref

Linear values target.

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