A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://accord-framework.net/docs/html/T_Accord_MachineLearning_Bayes_NaiveBayesLearningBase_5.htm below:

NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptions, TInnerOptions Class

NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptions, TInnerOptions Class

Base class for Naive Bayes learning algorithms.

Inheritance Hierarchy Namespace:  Accord.MachineLearning.Bayes
Assembly:

Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0

Syntax
public abstract class NaiveBayesLearningBase<TModel, TDistribution, TInput, TOptions, TInnerOptions> : NaiveBayesLearningBase<TModel, TDistribution, TInput, TOptions>
where TModel : NaiveBayes<TDistribution, TInput>
where TDistribution : Object, IFittableDistribution<TInput, TInnerOptions>, IUnivariateDistribution<TInput>, IUnivariateDistribution
where TOptions : new(), IndependentOptions<TInnerOptions>
where TInnerOptions : class, new(), IFittingOptions
Public MustInherit Class NaiveBayesLearningBase(Of TModel As NaiveBayes(Of TDistribution, TInput), TDistribution As {Object, IFittableDistribution(Of TInput, TInnerOptions), IUnivariateDistribution(Of TInput), IUnivariateDistribution}, TInput, TOptions As {New, IndependentOptions(Of TInnerOptions)}, TInnerOptions As {Class, New, IFittingOptions})
	Inherits NaiveBayesLearningBase(Of TModel, TDistribution, TInput, TOptions)
Request Example View Source Type Parameters
TModel
The type for the Naive Bayes model to be learned.
TDistribution
The univariate distribution to be used as components in the Naive Bayes distribution.
TInput
The type for the samples modeled by the distribution.
TOptions
The fitting options for the independent distribution.
TInnerOptions
The individual fitting options for the component distributions.

The NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptions, TInnerOptions type exposes the following members.

Constructors Properties   Name Description Distribution

Gets or sets the distribution creation function. This function can be used to specify how the initial distributions of the model should be created. By default, this function attempts to call the empty constructor of the distribution using Activator.CreateInstance().

(Inherited from NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptions.) Empirical

Gets or sets whether the class priors should be estimated from the data.

(Inherited from NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptions.) Model

Gets or sets the model being learned.

(Inherited from NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptions.) Options

Gets or sets the fitting options to use when estimating the class-specific distributions.

(Inherited from NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptions.) ParallelOptions

Gets or sets the parallelization options for this algorithm.

(Inherited from NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptions.) Token

Gets or sets a cancellation token that can be used to stop the learning algorithm while it is running.

(Inherited from NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptions.) Top Methods   Name Description Create

Creates an instance of the model to be learned. Inheritors of this abstract class must define this method so new models can be created from the training data.

(Inherited from NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptions.) Equals

Determines whether the specified object is equal to the current object.

(Inherited from Object.) Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

(Inherited from Object.) Fit

Fits one of the distributions in the naive bayes model.

(Overrides NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptionsFit(Int32, TInput, Double, Boolean).) GetHashCode

Serves as the default hash function.

(Inherited from Object.) GetType

Gets the Type of the current instance.

(Inherited from Object.) Learn(TInput, Double, Double)

Learns a model that can map the given inputs to the given outputs.

(Inherited from NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptions.) Learn(TInput, Int32, Double)

Learns a model that can map the given inputs to the given outputs.

(Inherited from NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptions.) Learn(TInput, Int32, Double)

Learns a model that can map the given inputs to the given outputs.

(Inherited from NaiveBayesLearningBaseTModel, TDistribution, TInput, TOptions.) MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.) ToString

Returns a string that represents the current object.

(Inherited from Object.) Top Extension Methods   Name Description HasMethod

Checks whether an object implements a method with the given name.

(Defined by ExtensionMethods.) IsEqual

Compares two objects for equality, performing an elementwise comparison if the elements are vectors or matrices.

(Defined by Matrix.) To(Type) Overloaded.

Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.

(Defined by ExtensionMethods.) ToT Overloaded.

Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.

(Defined by ExtensionMethods.) Top See Also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4