write.ANN_network {machineLearning} R Documentation

save a trained ANN network model into a given xml files.

Description

Usage

write.ANN_network(model, file,
    scattered = TRUE);

Arguments

model

-

file

the xml file path or directory path. [as string]

scattered

[as boolean]

env

[as Environment]

Details

Authors

MLkit

Value

this function returns data object of type boolean.

clr value class

Examples


[Package machineLearning version 1.0.0.0 Index]