Click or drag to resize
Accord.NET (logo)

Bootstrap< TModel, TInput> Properties

The Bootstrap< TModel, TInput> generic type exposes the following members.

Properties
  NameDescription
Public propertyB
Gets or sets the number B of bootstrap samplings to be drawn from the population dataset.
(Inherited from Bootstrap<TModel, TInput, TOutput>.)
Public propertyDefaultValue
Gets or sets a value to be used as the Loss in case the model throws an exception during learning. Default is null (exceptions will not be ignored).
(Inherited from BaseSplitSetValidation<TResult, TModel, TLearner, TInput, TOutput>.)
Public propertyFit (Inherited from BaseSplitSetValidation<TResult, TModel, TLearner, TInput, TOutput>.)
Public propertyLearner (Inherited from BaseSplitSetValidation<TResult, TModel, TLearner, TInput, TOutput>.)
Public propertyLoss (Inherited from BaseSplitSetValidation<TResult, TModel, TLearner, TInput, TOutput>.)
Public propertyNumberOfSubsamples
Gets or sets the number of samples to be drawn in each subsample. If set to zero, all samples in the entire dataset will be selected.
(Inherited from Bootstrap<TModel, TInput, TOutput>.)
Public propertyParallelOptions
Gets or sets the parallelization options for this algorithm.
(Inherited from ParallelLearningBase.)
Public propertyStratify
Gets or sets a value indicating whether the prevalence of an output label should be balanced between training and testing sets. Default is false.
Public propertySubSampleIndices
Gets the bootstrap samples drawn from the population dataset as indices.
(Inherited from Bootstrap<TModel, TInput, TOutput>.)
Public propertyToken
Gets or sets a cancellation token that can be used to cancel the algorithm while it is running.
(Inherited from ParallelLearningBase.)
Top
See Also