共用方式為


NaiveBayesMulticlassModelParameters 類別

定義

NaiveBayesMulticlassTrainer 模型參數。

public sealed class NaiveBayesMulticlassModelParameters : Microsoft.ML.Trainers.ModelParametersBase<Microsoft.ML.Data.VBuffer<float>>
type NaiveBayesMulticlassModelParameters = class
    inherit ModelParametersBase<VBuffer<single>>
Public NotInheritable Class NaiveBayesMulticlassModelParameters
Inherits ModelParametersBase(Of VBuffer(Of Single))
繼承
NaiveBayesMulticlassModelParameters

方法

GetFeatureHistogram()
已淘汰.

取得特徵長條圖。

GetFeatureHistogramLong()

取得具有泛型型別 long 的功能長條圖。

GetLabelHistogram()
已淘汰.

取得標籤長條圖。

GetLabelHistogramLong()

取得具有泛型型別 long 的標籤長條圖。

明確介面實作

ICanSaveModel.Save(ModelSaveContext)

NaiveBayesMulticlassTrainer 模型參數。

(繼承來源 ModelParametersBase<TOutput>)

適用於