Previous | Table of Contents | Next |
This represents a mining task that is used to check some aspect of the quality of a classification or approximation model.
Superclasses
MiningTask
Attributes
computeLift
This indicates to perform lift computation as part of test task, if true. The default is false. type: boolean multiplicity:
exactly one
References
positiveTargetCategory
Positive category for which the lift computation is performed. Not applicable for approximation model lift computation. class:
Category defined by: TestTaskHasPositiveTarget multiplicity: one or more inverse: Category::testTask