Synopsis
Creates a bootstrapped sample by sampling with replacement.
Description
This operator constructs a bootstrapped sample from the given example set. That means that a sampling with replacement will be performed. The usual sample size is the number of original examples. This operator also offers the possibility to create the inverse example set, i.e. an example set containing all examples which are not part of the bootstrapped example set. This inverse example set might be used for a bootstrapped validation (together with an IteratingPerformanceAverage operator.
Input
- example set input: expects: ExampleSetMetaData: #examples: = 0; #attributes: 0
Output
- example set output:
- original:
Parameters
- sample: Determines how the amount of data is specified.
- sample size: The number of examples which should be sampled
- sample ratio: This ratio determines the size of the new example set.
- use weights: If checked, example weights will be considered during the bootstrapping if such weights are present.
- use local random seed: Indicates if a local random seed should be used.
- local random seed: Specifies the local random seed