losspart {RSSL} | R Documentation |
Loss of a classifier or regression function evaluated on partial labels
Description
Loss of a classifier or regression function evaluated on partial labels
Usage
losspart(object, ...)
## S4 method for signature 'NormalBasedClassifier'
losspart(object, newdata, Y)
Arguments
object |
Classifier; Trained Classifier |
... |
additional parameters |
newdata |
design matrix |
Y |
class responsibility matrix |
[Package RSSL version 0.9.7 Index]