Add the sparse autoencoder to the network traits.

This commit is contained in:
marcus
2016-01-31 23:22:54 +01:00
parent 4ad39f8651
commit 4c5c7739d4
@@ -36,6 +36,11 @@ class NetworkTraits
* This is true if the network is a convolutional neural network.
*/
static const bool IsCNN = false;
/**
* This is true if the network is a sparse autoencoder.
*/
static const bool IsSAE = false;
};
} // namespace ann