public interface AmbiguityAcceptance
AmbiguitySolver
Modifier and Type | Method and Description |
---|---|
IntegerLeastSquareSolution |
accept(IntegerLeastSquareSolution[] candidates)
检查是否可以接受候选解之一。
|
int |
numberOfCandidates()
获取要搜索的候选解数量。
|
int numberOfCandidates()
IntegerLeastSquareSolution accept(IntegerLeastSquareSolution[] candidates)
candidates
- 整数最小二乘问题的候选解,按递增的平方距离顺序排列(数组至少包含 numberOfCandidates()
个候选解)
Copyright © 2002-2023 CS GROUP. All rights reserved.