Package | Description |
---|---|
gov.sandia.cognition.statistics.bayesian |
Provides algorithms for computing Bayesian estimates of parameters.
|
Modifier and Type | Method and Description |
---|---|
BayesianLinearRegression.IncrementalEstimator.SufficientStatistic |
BayesianLinearRegression.IncrementalEstimator.createInitialLearnedObject() |
Modifier and Type | Method and Description |
---|---|
void |
BayesianLinearRegression.IncrementalEstimator.update(BayesianLinearRegression.IncrementalEstimator.SufficientStatistic target,
InputOutputPair<? extends Vectorizable,java.lang.Double> data) |
void |
BayesianLinearRegression.IncrementalEstimator.update(BayesianLinearRegression.IncrementalEstimator.SufficientStatistic target,
java.lang.Iterable<? extends InputOutputPair<? extends Vectorizable,java.lang.Double>> data) |