- performFcn : which is "mse"(mean squared error) by default but can be set to any of these as well:
- mae - Mean absolute error performance function.
- mse - Mean squared error performance function.
- sae - Sum absolute error performance function.
- sse - Sum squared error performance function.
- crossentropy - Cross-entropy performance.
- msesparse - Mean squared error performance function with L2 weight and sparsity regularizers.
- performParam: This is set to "regularization" and "normalization" by default.