Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Prc.Binormal_modelSourceBinormal model
A Gaussian mixture model for which the precision-recall curve can be computed explicitly (see 1)
val make :
?mu_pos:float ->
?sigma_pos:float ->
?mu_neg:float ->
?sigma_neg:float ->
float ->
tmake ?mu_pos ?sigma_pos ?mu_neg ?sigma_neg alpha is a representation of the mixture of two Gaussian distributions of means mu_pos and mu_neg resp. and standard deviation sigma_pos and sigma_neg resp., while alpha is the proportion of positive samples in the mixture.