|
IGenerativeTInputLogLikelihood Method
|
Predicts the probability that the input sample
has been generated by this generative model.
Namespace:
Accord.MachineLearning
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax double LogLikelihood(
TInput input
)
Function LogLikelihood (
input As TInput
) As Double
Request Example
View SourceParameters
- input
- Type: TInput
Return Value
Type:
DoubleSee Also