X.svmmaj: Returns transformed attributes

View source: R/predict.R

X.svmmajR Documentation

Returns transformed attributes

Description

For efficiency use in svmmajcrossval

Usage

X.svmmaj(object, X.new, weights = NULL)

Arguments

object

Model which has been trained beforehand using svmmaj.

X.new

Attribute matrix of the objects to be predicted, which has the same number of attributes as the untransformed attribute matrix in model.

weights

The weight of observation as the relative importance of the prediction error of the observation.


SVMMaj documentation built on May 23, 2022, 9:05 a.m.