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() : boolean
boolean
getCompareTypeCode() : integer
integer
getCompareTypeKey() : string
string
getCompareTypeName() : string
string
getFromCol() : integer
integer
getFromRow() : integer
integer
getGenerationHintValueMax() : float
float
getGenerationHintValueMin() : float
float
getID() : integer
integer
getKLQuantifierTypeCode() : integer
integer
getKLQuantifierTypeKey() : string
string
getKLQuantifierTypeName() : string
string
getKLQuantifierValueTypeCode() : integer
integer
getKLQuantifierValueTypeKey() : string
string
getKLQuantifierValueTypeName() : string
string
getNote() : string
string
getOrder() : integer
integer
getTaskKL() : TaskKL
getThresholdValue() : float
float
getToCol() : integer
integer
getToRow() : integer
integer
isGenerationHintFlag() : boolean
boolean
isKendallTauBAbsValueFlag() : boolean
boolean
onAdd()
onDel()
onUpdate()
setCompareTypeCode( integer )
integer
setFromCol( integer )
integer
setFromRow( integer )
integer
setKendallTauBAbsValueFlag( boolean )
boolean
setKLQuantifierTypeCode( integer )
integer
setKLQuantifierValueTypeCode( integer )
integer
setNote( string )
string
setOrder( integer )
integer
setThresholdValue( float )
float
setToCol( integer )
integer
setToRow( integer )
integer