Click or drag to resize
Accord.NET (logo)

ProbabilisticOutputCalibrationBaseTModel, TKernel, TInputLogLikelihood Method

Note: This API is now obsolete.

Obsolete.

Namespace:  Accord.MachineLearning.VectorMachines.Learning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use Accord.Math.Optimization.BinaryCrossEntropyLoss or any other losses of your choice from the Accord.Math.Optimization namespace.")]
public double LogLikelihood(
	TInput[] inputs,
	int[] outputs
)
Request Example View Source

Parameters

inputs
Type: TInput
outputs
Type: SystemInt32

Return Value

Type: Double
See Also