Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 669 Bytes

File metadata and controls

21 lines (19 loc) · 669 Bytes

GaussianProcess

CurrentModule = CalibrateEmulateSample.Emulators
GaussianProcessesPackage
PredictionType
GaussianProcess
GaussianProcess(
    ::GPPkg;
    ::Union{K, KPy, AK, Nothing},
    ::Any,
    ::FT,
    ::PredictionType,
) where {GPPkg <: GaussianProcessesPackage, K <: GaussianProcesses.Kernel, KPy <: PyObject, AK <:AbstractGPs.Kernel, FT <: AbstractFloat}
build_models!(::GaussianProcess{GPJL}, ::PairedDataContainer{FT}, input_structure_mats, output_structure_mats) where {FT <: AbstractFloat}
optimize_hyperparameters!(::GaussianProcess{GPJL})
predict(::GaussianProcess{GPJL},  ::AbstractMatrix{FT}) where {FT <: AbstractFloat}