Package Callers
Class LogBinomialCaller
- java.lang.Object
-
- Callers.Caller
-
- Callers.LogBiasedBinomialCaller
-
- Callers.LogBinomialCaller
-
public class LogBinomialCaller extends LogBiasedBinomialCaller
Simple binomial caller
-
-
Constructor Summary
Constructors Constructor Description LogBinomialCaller(double error)
Creates the caller with the given errorLogBinomialCaller(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.LogBiasedBinomialCaller
callSingle, getError
-
-
-
-
Constructor Detail
-
LogBinomialCaller
public LogBinomialCaller(double error)
Creates the caller with the given error- Parameters:
error
- The error rate
-
LogBinomialCaller
public LogBinomialCaller(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 classLogBiasedBinomialCaller
- Returns:
- The config
-
-