| Moodle APIs 4.3
    Moodle 4.3.6 (Build: 20240812) | 
Insights generator. More...
| Public Member Functions | |
| __construct (int $modelid, core_analytics\local\target\base $target) | |
| Constructor. | |
| generate ($samplecontexts, $predictions) | |
| Generates insight notifications. | |
Insights generator.
| core_analytics\insights_generator::__construct | ( | int | $modelid, | 
| core_analytics\local\target\base | $target ) | 
Constructor.
| int | $modelid | |
| core_analytics\local\target\base | $target | 
| core_analytics\insights_generator::generate | ( | $samplecontexts, | |
| $predictions ) | 
Generates insight notifications.
| array | $samplecontexts | The contexts these predictions belong to | 
| core_analytics\prediction[] | $predictions | The prediction records | 
| null |