f1: BMI585 final project: including f1

Description Usage Arguments Value Examples

View source: R/f1.R

Description

This functions accept two binary numerical arrays

Usage

1
f1(pred, true)

Arguments

pred:

the prediction array

true:

the true array

Value

sen: f1

Examples

1
2
3
pred <- c(1,1,1)
true <- c(1,1,0)
f1(pred,true)

shaoyanpan/BMI585final2 documentation built on Dec. 23, 2021, 1:20 a.m.