PriorModelParameters Class

Definition

Model parameters for PriorTrainer.

public sealed class PriorModelParameters : Microsoft.ML.Trainers.ModelParametersBase<float>
type PriorModelParameters = class
    inherit ModelParametersBase<single>
Public NotInheritable Class PriorModelParameters
Inherits ModelParametersBase(Of Single)
Inheritance
PriorModelParameters

Explicit Interface Implementations

ICanSaveModel.Save(ModelSaveContext) (Inherited from ModelParametersBase<TOutput>)

Applies to