C# (CSharp) Encog.Neural.Data.Folded 네임스페이스

클래스들

이름 설명
FoldedDataSet 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.