public static final class StUhf.InterrogatorModelF.UmfSingluationAlgorithm
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StUhf.InterrogatorModelF.UmfSingluationAlgorithm.AlgorithmType
algorithm type
|
| Modifier and Type | Method and Description |
|---|---|
StUhf.InterrogatorModelF.UmfSingluationAlgorithm.AlgorithmType |
getAlgorithm()
get algorithm type
|
static StUhf.InterrogatorModelF.UmfSingluationAlgorithm |
getInstance(StUhf.InterrogatorModelF.UmfSingluationAlgorithm.AlgorithmType algorithmType,
StUhf.Q initQ,
int retryTimes,
boolean revert,
boolean retryUntilNoTag,
StUhf.Q minQ,
StUhf.Q maxQ,
int threshold)
create a instance with specified paramters
|
java.lang.Integer |
getRetryTimes()
get retry times
|
StUhf.Q |
getStartQ()
获取静态算法时的Q值,或动态算法时的起始Q值
|
StUhf.Q |
maxQValueInDynamic()
max Q value,avaliable in dynamic algorithm
|
StUhf.Q |
minQValueInDynamic()
min Q value,avaliable in dynamic algorithm
|
java.lang.Boolean |
repeatUntilNoTagsInStatic()
retry untill no tag,avaliable in static algorithm
|
java.lang.Integer |
thresholdMultipliterInDynamic()
default 4,avaliable in dynamic algorithm
|
java.lang.Boolean |
toggleTarget()
revert?
|
java.lang.String |
toString() |
public static StUhf.InterrogatorModelF.UmfSingluationAlgorithm getInstance(StUhf.InterrogatorModelF.UmfSingluationAlgorithm.AlgorithmType algorithmType, StUhf.Q initQ, int retryTimes, boolean revert, boolean retryUntilNoTag, StUhf.Q minQ, StUhf.Q maxQ, int threshold)
algorithmType -
algorithm type initQ -
Q in static algorithm or initional Q in dynamic algorithm retryTimes -
retry times revert -
revert? retryUntilNoTag -
retry untill no tag,avaliable in static algorithm minQ -
min Q value,avaliable in dynamic algorithm maxQ -
max Q value,avaliable in dynamic algorithm threshold - public java.lang.String toString()
toString in class java.lang.Objectpublic StUhf.InterrogatorModelF.UmfSingluationAlgorithm.AlgorithmType getAlgorithm()
public StUhf.Q getStartQ()
public java.lang.Integer getRetryTimes()
public java.lang.Boolean toggleTarget()
public java.lang.Boolean repeatUntilNoTagsInStatic()
public StUhf.Q minQValueInDynamic()
public StUhf.Q maxQValueInDynamic()
public java.lang.Integer thresholdMultipliterInDynamic()