|
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
)
<ObsoleteAttribute("Please use Accord.Math.Optimization.BinaryCrossEntropyLoss or any other losses of your choice from the Accord.Math.Optimization namespace.")>
Public Function LogLikelihood (
inputs As TInput(),
outputs As Integer()
) As Double
Request Example
View SourceParameters
- inputs
- Type: TInput
- outputs
- Type: SystemInt32
Return Value
Type:
Double
See Also