toNumericClassLabels: Convert a vector (of class labels) to a numeric vector

View source: R/reg_class.R

toNumericClassLabelsR Documentation

Convert a vector (of class labels) to a numeric vector

Description

This function converts a vector (of class labels) to a numeric vector.

Usage

toNumericClassLabels(x)

Arguments

x

inputs

Value

the vector converted to a numeric vector

Examples

data(iris)
toNumericClassLabels(iris[,5])

RSNNS documentation built on May 31, 2023, 5:43 p.m.