encog-dotnet-core
encog-dotnet-core copied to clipboard
Encog.ML.Data.Versatile.NormalizationHelper is not serializable
when you try to serialize an instance of the versatile data normalization helper you get the following exception:
Type 'Encog.ML.Data.Versatile.NormalizationHelper' in Assembly 'encog-core-cs, Version=3.3.0.0, Culture=neutral, PublicKeyToken=3e882172b12155d4' is not marked as serializable.
Looks like adding [Serializable] attribute is all that's needed. Perhaps submit a PR with this change?
on it