Class: Autoencoder
Generate a MATLAB function to run the autoencoder
generateFunction(
generates
a complete stand-alone function in the current directory, to run the
autoencoder autoenc
)autoenc
on input data.
generateFunction(
generates
a complete stand-alone function with additional options specified
by the autoenc
,pathname
,Name,Value
)Name,Value
pair argument.
If you do not specify the path and the file name, generateFunction
,
by default, creates the code in an m-file with the name neural_function.m
.
You can change the file name after generateFunction
generates
it. Or you can specify the path and file name using the pathname
input
argument in the call to generateFunction
.