public class NativeResults extends Object
Modifier and Type | Field and Description |
---|---|
TypedData |
data
The typed data that was generated by the rule.
|
double |
probability
The confidence associated with this result, between 0 and 100.
|
Constructor and Description |
---|
NativeResults(TypedData data,
double probability)
Construct a new result object that contains the given
data and probability.
|
public TypedData data
public double probability
public NativeResults(TypedData data, double probability)
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.