Learn R Programming

SSLR (version 0.9.3.3)

predict.snnrceG: Predictions of the SNNRCE method

Description

Predicts the label of instances according to the snnrceG model.

Usage

# S3 method for snnrceG
predict(object, D, ...)

Arguments

object

model instance

D

distance matrix

...

This parameter is included for compatibility reasons.