BootstrapFittingFunction Delegate |
Note: This API is now obsolete.
Namespace: Accord.MachineLearning
[ObsoleteAttribute("Please refer to Bootstrap<TModel, TInput, TOutput> instead.")] public delegate BootstrapValues BootstrapFittingFunction( int[] trainingSamples, int[] validationSamples )
<ObsoleteAttribute("Please refer to Bootstrap<TModel, TInput, TOutput> instead.")> Public Delegate Function BootstrapFittingFunction ( trainingSamples As Integer(), validationSamples As Integer() ) As BootstrapValues
Accord.NET Framework © 2009-2017. All documentation is licensed under the Creative Commons Attribution/Share-Alike License.