importDnnet: Import Data to create a 'dnnetInput' object.

Description Usage Arguments Value See Also

View source: R/2-1-import.R

Description

Import Data to create a dnnetInput object.

Usage

1
importDnnet(x, y, w = rep(1, length(y)))

Arguments

x

A matrix containing all samples/variables. It has to be numeric and cannot be left blank. Any variable with missing value will be removed.

y

A numeric or factor vector, indicating a continuous outcome or class label.

w

A numeric vector, the sample weight. Will be 1 if left blank.

Value

An dnnetInput object.

See Also

dnnetInput-class


SkadiEye/dnnet documentation built on March 26, 2020, 8:13 a.m.