public class BayesianRobustLinearRegression.PredictiveDistribution extends AbstractCloneableSerializable implements Evaluator<Vectorizable,StudentTDistribution>
| Constructor and Description |
|---|
PredictiveDistribution(MultivariateGaussianInverseGammaDistribution posterior)
Creates a new instance of PredictiveDistribution
|
| Modifier and Type | Method and Description |
|---|---|
StudentTDistribution |
evaluate(Vectorizable input)
Evaluates the function on the given input and returns the output.
|
clonepublic PredictiveDistribution(MultivariateGaussianInverseGammaDistribution posterior)
posterior - Posterior distribution of the weights given the data.public StudentTDistribution evaluate(Vectorizable input)
Evaluatorevaluate in interface Evaluator<Vectorizable,StudentTDistribution>input - The input to evaluate.