posterior {RSSL} | R Documentation |
Class Posteriors of a classifier
Description
Class Posteriors of a classifier
Usage
posterior(object, ...)
## S4 method for signature 'NormalBasedClassifier'
posterior(object, newdata)
## S4 method for signature 'LogisticRegression'
posterior(object, newdata)
Arguments
object |
Classifier or Regression object |
... |
Additional parameters |
newdata |
matrix of dataframe of objects to be classified |
[Package RSSL version 0.9.7 Index]