Module es.upm.fi.cig.multictbnc
Interface SufficientStatistics
- All Known Implementing Classes:
BNSufficientStatistics
,CTBNSufficientStatistics
public interface SufficientStatistics
Interface for sufficient statistics of discrete nodes.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
computeSufficientStatistics
(DiscreteStateNode node, Dataset dataset) Computes the sufficient statistics of a discrete node.
-
Method Details
-
computeSufficientStatistics
Computes the sufficient statistics of a discrete node.- Parameters:
node
- node whose sufficient statistics are computeddataset
- dataset from which is extracted the sufficient statistics
-