public class ConfidenceAdjustment extends Object
VERY_UNLIKELY, UNLIKELY, POSSIBLE, LIKELY,
and VERY_LIKELY.| Constructor and Description |
|---|
ConfidenceAdjustment(Confidence fixedConfidence)
Create a ConfidenceAdjustment object.
|
| Modifier and Type | Method and Description |
|---|---|
Confidence |
getFixedConfidence()
Return the confidence to adjust to.
|
public ConfidenceAdjustment(Confidence fixedConfidence)
fixedConfidence - the confidence to adjust to if external criteria are met.public Confidence getFixedConfidence()
Copyright © 2022. All rights reserved.