predict.classifast: Predict method for the object of class "classifast"

Description Usage Arguments Value

View source: R/classifast.R

Description

Predict method for the object of class "classifast"

Usage

1
2
## S3 method for class 'classifast'
predict(x, newdata, type = NULL, cor = TRUE)

Arguments

x

Object of class "classifast"

newdata

Matrix-like objetc with new data to predict on

type

Method for prediction. "vote" is basic stacking. "stack" constructs a meta-classifier.

cor

TRUE by default. Prints info about the correlation of predictions of the diferent methods.

Value

Table with accuracies of different classifiers


Richyrecarey/classifast documentation built on May 23, 2019, 1:09 p.m.