Package | Description |
---|---|
org.linqs.psl.application.learning.weight.bayesian |
Modifier and Type | Field and Description |
---|---|
GaussianProcessPrior.ValueAndStd |
GaussianProcessPrior.WeightConfig.valueAndStd |
Modifier and Type | Method and Description |
---|---|
protected GaussianProcessPrior.ValueAndStd |
GaussianProcessPrior.predictFnValAndStd(float[] x,
List<GaussianProcessPrior.WeightConfig> xKnown)
predictFnValAndStd, but no memory sharing.
|
protected GaussianProcessPrior.ValueAndStd |
GaussianProcessPrior.predictFnValAndStd(float[] x,
List<GaussianProcessPrior.WeightConfig> xKnown,
float[] xyStdData,
float[] kernelBuffer1,
float[] kernelBuffer2,
FloatMatrix kernelMatrixShell1,
FloatMatrix kernelMatrixShell2,
FloatMatrix xyStdMatrixShell,
FloatMatrix mulBuffer)
Do the prediction.
|
Copyright © 2020 University of California, Santa Cruz. All rights reserved.