Package Callers
Class BinomialCaller
- java.lang.Object
-
- Callers.Caller
-
- Callers.BiasedBinomialCaller
-
- Callers.BinomialCaller
-
public class BinomialCaller extends BiasedBinomialCaller
Simple binomial caller
-
-
Constructor Summary
Constructors Constructor Description BinomialCaller(double error)
Creates the caller with the given errorBinomialCaller(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> params)
Creates the caller from the given configuration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.commons.configuration2.tree.ImmutableNode
getConfig()
Get the config for the caller-
Methods inherited from class Callers.BiasedBinomialCaller
callSingle, getError
-
-
-
-
Constructor Detail
-
BinomialCaller
public BinomialCaller(double error)
Creates the caller with the given error- Parameters:
error
- The error rate
-
BinomialCaller
public BinomialCaller(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> params)
Creates the caller from the given configuration- Parameters:
params
- The configuration
-
-
Method Detail
-
getConfig
public org.apache.commons.configuration2.tree.ImmutableNode getConfig()
Description copied from class:Caller
Get the config for the caller- Overrides:
getConfig
in classBiasedBinomialCaller
- Returns:
- The config
-
-