dice_coef: Dice Coefficient

Description Usage Arguments Value

Description

This function computes the Dice coefficient between a true and a predicted classifications.

Usage

1
dice_coef(y_true, y_pred, smooth = 1)

Arguments

y_true

(vector) True classes

y_pred

(vector) Predicted classes

smooth

(real) Smoothness factor in the computation, Default: 1

Value

The Dice coefficient.


neuroimaginador/dl4ni documentation built on May 3, 2019, 5:47 p.m.