Encog.Neural.Data.Folded FoldedDataSet in C# (CSharp): 4 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per Encog.Neural.Data.Folded.FoldedDataSet, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
Correlati
Related in langs
A folded data set allows you to "fold" the data into several equal(or nearly equal) datasets. You then have the ability to select which fold the dataset will process. This is very useful for crossvalidation. This dataset works off of an underlying dataset. By default there are no folds (fold size 1). Call the fold method to create more folds.