public static final class StUhf.InterrogatorModelC.UmcSingluationAlgorithm
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
static class |
StUhf.InterrogatorModelC.UmcSingluationAlgorithm.AlgorithmType
算法类型
|
限定符和类型 | 方法和说明 |
---|---|
StUhf.InterrogatorModelC.UmcSingluationAlgorithm.AlgorithmType |
getAlgorithm()
获取单化类型
|
static StUhf.InterrogatorModelC.UmcSingluationAlgorithm |
getInstance(StUhf.InterrogatorModelC.UmcSingluationAlgorithm.AlgorithmType algorithmType,
StUhf.Q initQ,
int retryTimes,
boolean revert,
boolean retryUntilNoTag,
StUhf.Q minQ,
StUhf.Q maxQ,
int threshold)
依提供的参数生成一个单化算法的实例
|
java.lang.Integer |
getRetryTimes()
尝试次数
|
StUhf.Q |
getStartQ()
获取静态算法时的Q值,或动态算法时的起始Q值
|
StUhf.Q |
maxQValueInDynamic()
最大Q值,动态算法有效
|
StUhf.Q |
minQValueInDynamic()
最小Q值,动态算法有效
|
java.lang.Boolean |
repeatUntilNoTagsInStatic()
重复操作直到没有标签,当模式为固定算法时有效
|
java.lang.Integer |
thresholdMultipliterInDynamic()
默认值4,动态算法有效
|
java.lang.Boolean |
toggleTarget()
是否反转目标
|