Describe the result of a naive binary discriminant model
naive_model(proba_1 = 0.8, effectif = 100, nb_1 = NULL)
proba_1 | The ratio of 1 in the population (if nb_1 is NULL) |
---|---|
effectif | The global effective of the population |
nb_1 | The number of 1 in the population. If not NULL proba_1 is not read.default=NULL |