imagePred: Prediction of the new dataset using the trained object

Description Usage Arguments Value Warning Examples

Description

Prediction of the new dataset using the trained object

Usage

1
imagePred(train, data)

Arguments

train

An object of class imageTrain.

data

A n by 5 data.frame representing n observations in 5 dimensions.

Value

pred The prediction array.

Warning

The NewData data.frame should be processed with the exact same options as the training dataset.

Examples

1
2
imagePred(train@Model, NewData)
imagePred(train@Model, imagePreProc (data, clusters=5, freq=TRUE,distorg=TRUE, dist=TRUE, cov=TRUE))

nimasasa/RFCMFND documentation built on May 23, 2019, 7:05 p.m.