fitModel: Fitting model

Description Usage Arguments Value See Also

Description

This function trains classifier on the training set, and evaluates the classification performance of the classifier on the test set.

Usage

1
fitModel(expr_training, expr_test, classifier)

Arguments

expr_training

the training set.

expr_test

the test set

classifier

The method to train classifiers.

Value

Fitted "fitModel" model object.

model

Fitted model on the training set.

eTestSet

Classification performance of model on the test set.

See Also

fitModelGreedy


cuihaibo1/DRWPClass documentation built on May 14, 2019, 12:51 p.m.