T - TARGET: The type of the target that this ICertaintyProvider
provides certainty for.public interface ICertaintyProvider<T,I,D extends IDataset<I>> extends IPredictiveModel<T,I,D>
ICertaintyProvider models an IPredictiveModel that
provides uncertainty information for queries in form of IInstances.| Modifier and Type | Method and Description |
|---|---|
double |
getCertainty(I queryInstance)
Returns the certainty for a given
IInstance. |
getConfiguration, predict, predict, setConfigurationdouble getCertainty(I queryInstance)
IInstance.queryInstance - IInstance for which certainty shall be obtained.IInstance