Setup a simple bootstrapping algorithm
Keyword arguments:
nReplicas -- the number of bootstrap replicas to generate
decoration -- the name of the output vector branch containing the bootstrapped weights
Definition at line 34 of file BootstrapGeneratorConfig.py.
38 Setup a simple bootstrapping algorithm
41 nReplicas -- the number of bootstrap replicas to generate
42 decoration -- the name of the output vector branch containing the bootstrapped weights
45 config = BootstrapGeneratorConfig()
46 config.setOptionValue (
'nReplicas', nReplicas)
47 config.setOptionValue (
'decoration', decoration)