package prc
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Utilities for precision-recall curves
Install
dune-project
Dependency
Authors
Maintainers
Sources
prc-0.1.0.tbz
sha256=898322ef7f722e37f332362a24c1ad5f1bf8f8bb396cdb549fb44d59fc4f769a
sha512=c85fc65530195913b20c7b0e1763938f3d45187ca5510a37514f5dec5b4b903a9e40b7621ce8509cf023f1ccb1045fc09b362d716b2e6340cbd5960919a65efc
doc/prc/Prc/Binormal_model/index.html
Module Prc.Binormal_modelSource
Binormal model
A Gaussian mixture model for which the precision-recall curve can be computed explicitly (see 1)
Source
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.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>