Learn R Programming

univariateML (version 1.1.1)

ml_input_checker: Input Checker for ML functions

Description

Checks that x in the ML functions is numeric and has only one dimension.

Usage

ml_input_checker(x)

Value

NULL

Arguments

x

input to a ML*** function.