|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object jp.go.nict.langrid.service_1_2.translationselection.EstimationResult
public class EstimationResult
品質評価結果を格納する。
コンストラクタの概要 | |
---|---|
EstimationResult()
|
メソッドの概要 | |
---|---|
double |
getQuality()
評価結果を取得する |
String |
getTarget()
評価対象の文字列を取得する |
void |
setQuality(double quality)
評価結果を設定する |
void |
setTarget(String target)
評価対象の文字列を設定する |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public EstimationResult()
メソッドの詳細 |
---|
public String getTarget()
public void setTarget(String target)
target
- 評価対象の文字列public double getQuality()
public void setQuality(double quality)
quality
- 設定する評価結果
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |