setObjectiveWeight {DiGGer} | R Documentation |
Modify the multiplication factor for the A-measure of a DiGGer
Objective
.
## S3 method for class 'DiGGer' setObjectiveWeight(this, phaseNo = 1, objectiveNo = 1, objectiveWeight = 1, ...) ## S3 method for class 'Phase' setObjectiveWeight(this, objectiveNo = 1, objectiveWeight = 1, ...) ## S3 method for class 'Objective' setObjectiveWeight(this, objectiveWeight = 1, ...)
this |
A |
phaseNo |
The |
objectiveNo |
The |
objectiveWeight |
The multiplication factor for the A-measure of this objective. |
... |
Not used. |
Neil Coombes