public interface AmbiguityAcceptance
AmbiguitySolver
Modifier and Type | Method and Description |
---|---|
IntegerLeastSquareSolution |
accept(IntegerLeastSquareSolution[] candidates)
Check if one of the candidate solutions can be accepted.
|
int |
numberOfCandidates()
Get the number of candidate solutions to search for.
|
int numberOfCandidates()
IntegerLeastSquareSolution accept(IntegerLeastSquareSolution[] candidates)
candidates
- candidate solutions of the Integer Least Squares problem,
in increasing squared distance order (the array contains at least
numberOfCandidates()
candidates)Copyright © 2002-2022 CS GROUP. All rights reserved.