create.normalize {machineLearning} R Documentation

Create normalization matrix data object for the given ANN training data model

Description

Usage

create.normalize(dataset,
    names = NULL,
    estimateQuantile = TRUE);

Arguments

dataset

[as DataSet]

names

the names of the input dimensions. [as string]

Details

Authors

MLkit

Value

this function returns data object of type DataSet.

clr value class

Examples


[Package machineLearning version 1.0.0.0 Index]