Click or drag to resize
Accord.NET (logo)

OneVsOneTBinary, TInputLogLikelihoods Method (TInput, Double)

Predicts a class label vector for the given input vector, returning the log-likelihoods of the input vector belonging to each possible class.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public override double[] LogLikelihoods(
	TInput input,
	double[] result
)
Request Example View Source

Parameters

input
Type: TInput
A set of input vectors.
result
Type: SystemDouble
An array where the probabilities will be stored, avoiding unnecessary memory allocations.

Return Value

Type: Double

Implements

IMultilabelLikelihoodClassifierTInputLogLikelihoods(TInput, Double)
See Also