Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

input
Type: TInput

Return Value

Type: Double
See Also