NaiveBayesMulticlassModelParameters 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的 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))
- 繼承
方法
GetFeatureHistogram() |
已淘汰.
取得特徵長條圖。 |
GetFeatureHistogramLong() |
取得具有泛型型別 long 的功能長條圖。 |
GetLabelHistogram() |
已淘汰.
取得標籤長條圖。 |
GetLabelHistogramLong() |
取得具有泛型型別 long 的標籤長條圖。 |
明確介面實作
ICanSaveModel.Save(ModelSaveContext) |
的 NaiveBayesMulticlassTrainer 模型參數。 (繼承來源 ModelParametersBase<TOutput>) |