public interface IDfPerceptualRaterConfig
Modifier and Type | Method and Description |
---|---|
float |
getAccuracyValidityWeight()
Gets the weight of the accuracy/validity criterion in the IPR algorithm.
|
float |
getClarityWeight()
Gets the weight of the clarity criterion in the IPR algorithm.
|
float |
getCurrencyWeight()
Gets the weight of the currency criterion in the IPR algorithm.
|
float |
getRatingWeight(java.lang.String sourceName,
int sourceType)
Gets the relative weight of the existing score provided by a specific source compared to the perceptual rater
score.
|
float |
getScopeWeight()
Gets the weight of the scope criterion in the IPR algorithm.
|
float |
getSourceQualityWeight()
Gets the weight of the source quality criterion in the IPR algorithm.
|
boolean |
needsSrcTypeForRatingWeight(java.lang.String sourceName)
Indicates whether the type of sources must be provided to the method
getRatingWeight(java.lang.String, int) . |
float getScopeWeight()
float getAccuracyValidityWeight()
float getClarityWeight()
float getCurrencyWeight()
float getSourceQualityWeight()
float getRatingWeight(java.lang.String sourceName, int sourceType)
sourceName
- The name of the source.sourceType
- The type of the source (IDfSearchSource.SRC_TYPE_DOCBASE
, IDfSearchSource.SRC_TYPE_EXTERNAL
).boolean needsSrcTypeForRatingWeight(java.lang.String sourceName)
getRatingWeight(java.lang.String, int)
. If this method
returns false
then IDfSearchSource.SRC_TYPE_UNDEFINED
value may be provided as parameter of
the method getRatingWeight(java.lang.String, int)
.sourceName
- The name of the source.true
if the type of sources must be provided; false
if IDfSearchSource.SRC_TYPE_UNDEFINED
value is sufficient.Copyright 1994-2023 OpenText Corporation. All rights reserved.