public class BayesModeFactoryImpl extends Object implements BayesModeFactory<BayesHardEvidence>
| Constructor and Description |
|---|
BayesModeFactoryImpl(BayesBeliefSystem beliefSystem) |
| Modifier and Type | Method and Description |
|---|---|
BayesHardEvidence |
create(double[] distribution) |
BayesHardEvidence |
create(double[] distribution,
org.kie.internal.runtime.beliefs.Mode mode) |
public BayesModeFactoryImpl(BayesBeliefSystem beliefSystem)
public BayesHardEvidence create(double[] distribution)
create in interface BayesModeFactory<BayesHardEvidence>public BayesHardEvidence create(double[] distribution, org.kie.internal.runtime.beliefs.Mode mode)
create in interface BayesModeFactory<BayesHardEvidence>Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.