NaiveBayesMulticlassModelParameters Třída

Definice

Parametry modelu pro 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))
Dědičnost
NaiveBayesMulticlassModelParameters

Metody

GetFeatureHistogram()
Zastaralé.

Získejte histogram funkce.

GetFeatureHistogramLong()

Získejte histogram funkce s obecným typem long.

GetLabelHistogram()
Zastaralé.

Získejte histogram popisku.

GetLabelHistogramLong()

Získejte histogram popisku s obecným typem dlouhý.

Explicitní implementace rozhraní

ICanSaveModel.Save(ModelSaveContext)

Parametry modelu pro NaiveBayesMulticlassTrainer.

(Zděděno od ModelParametersBase<TOutput>)

Platí pro