public class BinomialCaller extends BiasedBinomialCaller
Constructor | Description |
---|---|
BinomialCaller(double error) |
Creates the caller with the given error
|
BinomialCaller(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> params) |
Creates the caller from the given configuration
|
Modifier and Type | Method | Description |
---|---|---|
org.apache.commons.configuration2.tree.ImmutableNode |
getConfig() |
Get the config for the caller
|
callSingle, callSingle
public BinomialCaller(double error)
error
- The error ratepublic BinomialCaller(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> params)
params
- The configurationpublic org.apache.commons.configuration2.tree.ImmutableNode getConfig()
Caller
getConfig
in class BiasedBinomialCaller