predict.FRESAKNN: Predicts 'class::knn' models

View source: R/FRESAModelingFunctions.R

predict.FRESAKNNR Documentation

Predicts class::knn models

Description

This function predicts the outcome from a FRESAKNN model

Usage

	## S3 method for class 'FRESAKNN'
predict(object,...)

Arguments

object

An object of class FRESAKNN containing the KNN train set

...

A list with: testdata=testdata

Value

A vector of the predicted values

Author(s)

Jose G. Tamez-Pena

See Also

KNN_method, class::knn


FRESA.CAD documentation built on Nov. 25, 2023, 1:07 a.m.