getErrors {FKBL}R Documentation

Checks the errors between two vectors

Description

It counts the number of errors between two class vectors. An error is when the inferred class is not the correct one.

Usage

 getErrors(class1,class2)

Arguments

Takes two vectors.

class1 The first class.
class2 The second class.

Value

Return the number of discrepancies.

Examples

 data(c1)
 data(c2)
 getErrors(c1,c2)

[Package FKBL version 0.50-4 Index]