Accord.MachineLearning.Bootstrap.Bootstrap C# (CSharp) Method

Bootstrap() public method

Creates a new Bootstrap estimation algorithm.
public Bootstrap ( int size, int subsamples ) : System
size int The size of the complete dataset.
subsamples int The number B of bootstrap resamplings to perform.
return System
        public Bootstrap(int size, int subsamples)
            : this(size, subsamples, size) { }

Same methods

Bootstrap::Bootstrap ( int size, int subsamples, int subsampleSize ) : System