Package org.drools.beliefs.bayes
Interface BayesModeFactory<T>
-
- All Known Implementing Classes:
BayesModeFactoryImpl
public interface BayesModeFactory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate(double[] distribution)Tcreate(double[] distribution, org.kie.api.internal.runtime.beliefs.Mode mode)
-