The base learner used in the ensemble technique.
Ensemble classifier chain learner takes a single-target learner and with it creates a number of classifier chains. Each chain is constructed on a random sample of the dataset.
Number of classifier chains that are built.
The size of the random sample taken from the dataset for each chain.
If checked, the values added into features are actual values from the data. Otherwise the values predicted by the classifier are used.