Main Content
generateFunction
Class: Autoencoder
Generate a MATLAB function to run the autoencoder
Syntax
Description
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.
Input Arguments
Examples
Tips
If you do not specify the path and the file name,
generateFunction
, by default, creates the code in an m-file with the nameneural_function.m
. You can change the file name aftergenerateFunction
generates it. Or you can specify the path and file name using thepathname
input argument in the call togenerateFunction
.
Version History
Introduced in R2015b