Share via


ModelParametersBase<TOutput> 類別

定義

所有模型參數的泛型基類。

public abstract class ModelParametersBase<TOutput> : Microsoft.ML.ICanSaveModel
type ModelParametersBase<'Output> = class
    interface ICanSaveModel
Public MustInherit Class ModelParametersBase(Of TOutput)
Implements ICanSaveModel

類型參數

TOutput

模型所產生的輸出類型。

繼承
ModelParametersBase<TOutput>
衍生
實作

明確介面實作

ICanSaveModel.Save(ModelSaveContext)

所有模型參數的泛型基類。

適用於