c_statistics: Raw Confusion Statistics

Description Usage Arguments Value Author(s) Examples

View source: R/phi_delta.R

Description

reformarts the raw file data to c_statistics data so it can be used for most of the functions in this package. it can be used directly after loading data from a file like .csv

Usage

1

Arguments

file

raw data from a file, for example the output of read.csv. the file must be formarted as follows: The first column contains tho output of the classifier. It should only be 1 or 0 The other columns represent the features. The names of the columns 2.. are considered as the names of the features

Value

dataframe, first column are the labels, 0 is a negative sample, 1 a positve the other columns contain the

Author(s)

rothe

Examples

1
2
data("climate_data")
x <- c_statistics(climate_data)

phiDelta documentation built on May 2, 2019, 2:46 a.m.