Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
core_analytics\insights_generator Class Reference

Insights generator. More...

Public Member Functions

 __construct (int $modelid, core_analytics\local\target\base $target)
 Constructor.
 
 generate ($samplecontexts, $predictions)
 Generates insight notifications.
 

Detailed Description

Insights generator.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Constructor & Destructor Documentation

◆ __construct()

core_analytics\insights_generator::__construct ( int $modelid,
core_analytics\local\target\base $target )

Constructor.

Parameters
int$modelid
core_analytics\local\target\base$target

Member Function Documentation

◆ generate()

core_analytics\insights_generator::generate ( $samplecontexts,
$predictions )

Generates insight notifications.

Parameters
array$samplecontextsThe contexts these predictions belong to
core_analytics\prediction[]$predictionsThe prediction records
Return values
null

The documentation for this class was generated from the following file: