次の方法で共有


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>)

適用対象