public interface Source<F,T extends Hypothesis>
Modifier and Type | Method and Description |
---|---|
List<Pair<byte[],Float>> |
evaluate(F ref,
List<T> candidates,
EvidenceCodec<T> codec)
A source can evaluate candidates.
|
double[] |
evaluate(F ref,
T candidate) |
Function1D[] |
getFEA()
Functions.
|
Function1D[] |
getFNA() |
Function1D[] |
getFPP() |
String |
getName()
A source has a name.
|
List<Pair<byte[],Float>> evaluate(F ref, List<T> candidates, EvidenceCodec<T> codec)
candidates
- the candidates to evaluate.codec
- a codec to transform the candidates to byte[].String getName()
Function1D[] getFEA()
Function1D[] getFNA()
Function1D[] getFPP()
Copyright © 2016 Laboratoire COGIT, IGN. All rights reserved.