Skip to content

Commit

Permalink
API again...
Browse files Browse the repository at this point in the history
  • Loading branch information
odunbar committed Apr 4, 2024
1 parent 053ac8e commit 55ed100
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/src/API/Emulators.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@ CurrentModule = CalibrateEmulateSample.Emulators

```@docs
Emulator
Emulator(::MachineLearningTool, ::PairedDataContainer{FT}) where {FT <: AbstractFloat}
function Emulator(
::MachineLearningTool,
::PairedDataContainer{FT};
::Union{AbstractMatrix{FT}, UniformScaling{FT}, Nothing},
::Bool,
::Bool,
::Union{AbstractVector{FT}, Nothing},
::Bool,
::FT,
) where {FT <: AbstractFloat}
optimize_hyperparameters!(::Emulator)
predict
normalize
Expand Down

0 comments on commit 55ed100

Please sign in to comment.