Class HybridDataStructures.HybridTranslationScore
- java.lang.Object
-
- com.acumenvelocity.ath.mt.confidence.HybridDataStructures.HybridTranslationScore
-
- Enclosing class:
- HybridDataStructures
public static class HybridDataStructures.HybridTranslationScore extends Object
Represents a single translation with combined scores from all estimators.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidflagAnomaly(String reason)StringgetAnomalyReason()DoublegetCometScore()doublegetConfidence()DoublegetHeuristicScore()StringgetMethod()DoublegetMetricXScore()StringgetModelId()StringgetTranslation()booleanisAnomalyFlagged()StringtoString()
-
-
-
Method Detail
-
flagAnomaly
public void flagAnomaly(String reason)
-
getModelId
public String getModelId()
-
getTranslation
public String getTranslation()
-
getConfidence
public double getConfidence()
-
getMetricXScore
public Double getMetricXScore()
-
getCometScore
public Double getCometScore()
-
getHeuristicScore
public Double getHeuristicScore()
-
getMethod
public String getMethod()
-
isAnomalyFlagged
public boolean isAnomalyFlagged()
-
getAnomalyReason
public String getAnomalyReason()
-
-