public class ConditionalStructureKappaBuilder extends Object
KappaValue instance and also it sub instances
of type KappaMin.| Constructor and Description |
|---|
ConditionalStructureKappaBuilder()
Default-Ctor: Generates a builder that does not uses fast evaluation
|
ConditionalStructureKappaBuilder(boolean fastEval)
Ctor: Generates a builder that uses fast evaluation depending on the given parameter
|
| Modifier and Type | Method and Description |
|---|---|
Map<Conditional,KappaValue> |
build(ConditionalStructure structure)
This builds a map of conditionals to
KappaValue instances which represent the penalty
term for a falsified conditional |
static void |
main(String[] args) |
public ConditionalStructureKappaBuilder()
public ConditionalStructureKappaBuilder(boolean fastEval)
fastEval - A flag indicating if fast evaluation shall be used (true) or not (false)public Map<Conditional,KappaValue> build(ConditionalStructure structure)
KappaValue instances which represent the penalty
term for a falsified conditionalstructure - The conditional structure that is used as basis belief base for the generation
of the kappa values.Conditional instances to KappaValue instances that represent
the penalty that is given is the key conditional is falsified.public static void main(String[] args)
Copyright © 2018. All rights reserved.