configuration {machineLearning} R Documentation

Apply configuration on the ANN training model.

Description

Usage

configuration(util,
    softmax = NULL,
    selectiveMode = NULL,
    dropout = NULL,
    snapshotLocation = "NA");

Arguments

util

[as ANNTrainer]

dropout

a percentage value range in [0,1]. [as double]

Details

Authors

MLkit

Value

this function returns data object of type ANNTrainer.

clr value class

Examples


[Package machineLearning version 1.0.0.0 Index]