KLQuantifierSetting
KLQuantifierSetting()luaTable - to store named parameters
pTaskKL : TaskKL - to which this quantifier setting belongs
nKLQuantifierTypeCode : integer - KLQuantifierType code to define this quantifier type
nCompareTypeCode : integer - CompareType code to define relation between interest measure and threshold value
nKLQuantifierValueTypeCode : integer - KLQuantifierValueType code describing threshold value units
dThresholdValue : float - universal threshold value (will be assigned to the proper parameter for the given quantifier type)
nOrder : integer - position of the quantifier in the list of quantifiers of its task
| FromCol | Absolute or relative index of the leKL boundary of range for columns. Relative position is given by a negative number |
| FromRow | Absolute or relative index of the leKL boundary of range for rows. Relative position is given by a negative number |
| GenerationHintFlag | If there are available hints from the last task run |
| GenerationHintValueMax | Hint from the last task run - the highest found interest measure for this quantifier |
| GenerationHintValueMin | Hint from the last task run - the lowest found interest measure for this quantifier |
| ID | Unique identifier (primary key) of the object |
| KendallTauBAbsValueFlag | Whether the Kendall's coefficient TauB values should be in positive interval only, e.g. <0;1> |
| Note | Additional note to this partial cedent |
| Order | Order-index of this partial cedent in array of partial cedent of its TaskKL |
| RangeRelFlag | If the range for rows and cols is specified in percentage form |
| ThresholdValue | KL-Quantifiers threshold value |
| ToCol | Absolute or relative index of the right boundary of range for columns. Relative position is given by a negative number |
| ToRow | Absolute or relative index of the right boundary of range for rows. Relative position is given by a negative number |
| canDel () | Returns true if the object could be deleted (is not used) |
| getCompareTypeCode () | Returns code of comparation type for threshold value of aggregational quantifiers, see CompareType codes |
| getCompareTypeKey () | Returns unique string key of comparation type for threshold value of aggregational quantifiers |
| getCompareTypeName () | Returns string representation of comparation type for threshold value of aggregational quantifiers |
| getFromCol () | Returns the value of FromCol property |
| getFromRow () | Returns the value of FromRow property |
| getGenerationHintValueMax () | Returns the value of GenerationHintValueMax property |
| getGenerationHintValueMin () | Returns the value of GenerationHintValueMin property |
| getID () | Returns unique identifier (primary key) of the object |
| getKLQuantifierTypeCode () | Returns code of quantifier type for this quantifier, see KLQuantifierType codes |
| getKLQuantifierTypeKey () | Returns unique string key of quantifier type for this quantifier |
| getKLQuantifierTypeName () | Returns string representation of quantifier type for this quantifier |
| getKLQuantifierValueTypeCode () | Returns code of absolute/relative type threshold value of aggregational quantifiers, see KLQuantifierValueType codes |
| getKLQuantifierValueTypeKey () | Returns unique string key of absolute/relative type threshold value of aggregational quantifiers |
| getKLQuantifierValueTypeName () | Returns string representation of absolute/relative type threshold value of aggregational quantifiers |
| getNote () | Returns the value of Note property |
| getOrder () | Returns the value of Order property |
| getTaskKL () | Returns the TaskKL, the task this quantifier setting belongs to |
| getThresholdValue () | Returns the value of ThresholdValue property |
| getToCol () | Returns the value of ToCol property |
| getToRow () | Returns the value of ToRow property |
| isGenerationHintFlag () | Returns the value of GenerationHintFlag property |
| isKendallTauBAbsValueFlag () | Returns the value of KendallTauBAbsValueFlag property |
| onAdd () | Store the newly created object into metabase |
| onDel () | Delete the object from metabase (fails if canDel returns false) |
| onUpdate () | Save changes made to the object into metabase |
| setCompareTypeCode () | Sets code of comparation type for threshold value of aggregational quantifiers, see CompareType codes |
| setFromCol () | Sets the value of FromCol property |
| setFromRow () | Sets the value of FromRow property |
| setKendallTauBAbsValueFlag () | Sets the value of KendallTauBAbsValueFlag property |
| setKLQuantifierTypeCode () | Sets code of quantifier type for this quantifier, see KLQuantifierType codes |
| setKLQuantifierValueTypeCode () | Sets code of absolute/relative type threshold value of aggregational quantifiers, see KLQuantifierValueType codes |
| setNote () | Sets the value of Note property |
| setOrder () | Sets the value of Order property |
| setThresholdValue () | Sets the value of ThresholdValue property |
| setToCol () | Sets the value of ToCol property |
| setToRow () | Sets the value of ToRow property |
FromCol : integerFromRow : integerGenerationHintFlag (read-only) : booleanGenerationHintValueMax (read-only) : floatGenerationHintValueMin (read-only) : floatID (read-only) : integerKendallTauBAbsValueFlag : booleanNote : stringOrder : integerRangeRelFlag (read-only) : booleanThresholdValue : floatToCol : integerToRow : integercanDel() : booleanbooleangetCompareTypeCode() : integerintegergetCompareTypeKey() : stringstringgetCompareTypeName() : stringstringgetFromCol() : integerintegergetFromRow() : integerintegergetGenerationHintValueMax() : floatfloatgetGenerationHintValueMin() : floatfloatgetID() : integerintegergetKLQuantifierTypeCode() : integerintegergetKLQuantifierTypeKey() : stringstringgetKLQuantifierTypeName() : stringstringgetKLQuantifierValueTypeCode() : integerintegergetKLQuantifierValueTypeKey() : stringstringgetKLQuantifierValueTypeName() : stringstringgetNote() : stringstringgetOrder() : integerintegergetTaskKL() : TaskKLgetThresholdValue() : floatfloatgetToCol() : integerintegergetToRow() : integerintegerisGenerationHintFlag() : booleanbooleanisKendallTauBAbsValueFlag() : booleanbooleanonAdd()onDel()onUpdate()setCompareTypeCode( integer )integersetFromCol( integer )integersetFromRow( integer )integersetKendallTauBAbsValueFlag( boolean )booleansetKLQuantifierTypeCode( integer )integersetKLQuantifierValueTypeCode( integer )integersetNote( string )stringsetOrder( integer )integersetThresholdValue( float )floatsetToCol( integer )integersetToRow( integer )integer