Class GradientBoostingEx3

java.lang.Object
com.imsl.test.example.datamining.GradientBoostingEx3

public class GradientBoostingEx3 extends Object

Selects the number of iterations using cross-validation.

This example shows how cross-validation CrossValidation can be used to select the number of iterations in stochastic gradient boosting GradientBoosting.

See Also:
  • Constructor Details

    • GradientBoostingEx3

      public GradientBoostingEx3()
  • Method Details