public class TestResult extends Object
DictionaryImplementation
.Constructor and Description |
---|
TestResult(float _confidence,
String _reason) |
Modifier and Type | Method and Description |
---|---|
float |
getConfidence()
Confidence of the descriptor pointing to an instance of this dictionary type.
|
String |
getReason()
Short description of how the confidence was calculated.
|
public TestResult(float _confidence, String _reason)
public float getConfidence()
ZERO_CONFIDENCE
if the descriptor does not
match this type.public String getReason()
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.