| Class | Description |
|---|---|
| DefaultIgSplit |
Default, not optimized, implementation of IgSplit
|
| IgSplit |
Computes the best split using the Information Gain measure
|
| OptIgSplit |
Optimized implementation of IgSplit.
|
| RegressionSplit |
Regression problem implementation of IgSplit.
|
| Split |
Contains enough information to identify each split
|
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.