Learn R Programming

RSSL (version 0.9.7)

rssl-predict: Predict using RSSL classifier

Description

Predict using RSSL classifier

For the SelfLearning Classifier the Predict Method delegates prediction to the specific model object

Usage

# S4 method for LeastSquaresClassifier
predict(object, newdata, ...)

# S4 method for NormalBasedClassifier predict(object, newdata)

# S4 method for LogisticRegression predict(object, newdata)

# S4 method for GRFClassifier responsibilities(object, newdata, ...)

# S4 method for GRFClassifier predict(object, newdata = NULL, ...)

# S4 method for KernelLeastSquaresClassifier predict(object, newdata, ...)

# S4 method for LinearSVM predict(object, newdata)

# S4 method for LogisticLossClassifier predict(object, newdata)

# S4 method for MajorityClassClassifier predict(object, newdata)

# S4 method for SVM predict(object, newdata)

# S4 method for SelfLearning predict(object, newdata, ...)

# S4 method for USMLeastSquaresClassifier predict(object, newdata, ...)

# S4 method for WellSVM predict(object, newdata, ...)

# S4 method for WellSVM decisionvalues(object, newdata)

# S4 method for svmlinClassifier predict(object, newdata, ...)

Arguments

object

classifier

newdata

objects to generate predictions for

...

Other arguments