NormalizationHelper - 如何将其保存到文件中

时间:2015-03-12 11:46:29

标签: encog

我正在查看下面的示例,但无法找到将NormalizationHelper保存到注释中建议的文件的方法。 我尝试了下面的两个方法,第一个抛出一个错误,第二个保存它,但然后抛出一个错误加载文件与EncogUtility.LoadEGB2Memory

感谢您的时间 问候 蒙特拉

EncogDirectoryPersistence.SaveObject EncogUtility.SaveEGB

encog-dotnet的核 - 3.3.0 \ ConsoleExamples \实例\指南\时间序列\ SunSpotTimeseries.cs

        // Loop over the entire, original, dataset and feed it through the
        // model. This also shows how you would process new data, that was
        // not part of your training set. You do not need to retrain, simply
        // use the NormalizationHelper class. After you train, you can save
        // the NormalizationHelper to later normalize and denormalize your
        // data.

1 个答案:

答案 0 :(得分:1)

我去年在Encog 3.3中遇到了相同的序列化问题,并将其修复在github存储库的一个分支中。请参阅Encog错误报告"NormalizationHelper is not serializable #194"

从那时起,它看起来就像一个新版本。该问题标记为包含在v3.4中。

与此同时,一个解决方法是从github存储库下载当前的开发代码库。