Encode a matrix of (decoded) class labels
Applies analyzeClassification
row-wise to a matrix.
encodeClassLabels(x, method = "WTA", l = 0, h = 0)
x |
inputs |
method |
see |
l |
idem |
h |
idem |
a numeric vector, each number represents a different class. A zero means that no class was assigned to the pattern.
data(iris) labels <- decodeClassLabels(iris[,5]) encodeClassLabels(labels)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.