Skip to content

RegQualityEvalAlg

Samuel Gomes edited this page Jul 5, 2024 · 4 revisions

RegQualityEvalAlg

This class is a child of QualityEvalAlg and abstracts regression-based quality evaluation of a group. This implies using a regression method to infer a new learner state from a given interactions profile and evaluating the quality of that state.

Constructor and Attributes

Constructor

+ RegQualityEvalAlg(playerModelBridge: PlayerModelBridge, qualityWeights: PlayerCharacteristics = {ability = 0.5, engagement = 0.5}): void

Attributes

Name: expected type Default value Description
playerModelBridge: PlayerModelBridge - The connector for the player data storage.
qualityWeights: PlayerCharacteristics {ability = 0.5, engagement = 0.5} The importance given to each characteristic when computing the quality of a state.

Methods

This class overrides isTabular(). For this algorithm, isTabular() method returns False.

Clone this wiki locally