edu.uci.jforests.learning.bagging
Class BaggingConfig
- java.lang.Object
-
- edu.uci.jforests.config.ComponentConfig
-
- edu.uci.jforests.learning.bagging.BaggingConfig
-
public class BaggingConfig extends ComponentConfig
-
-
Field Summary
Fields Modifier and Type Field and Description booleanbackfittingShould we perform backfitting during the bagging process?intbagCountNumber of bagsdoubletrainFractionFraction of training instances that should be randomly selected for training of each bag.
-
Constructor Summary
Constructors Constructor and Description BaggingConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidinit(ConfigHolder config)java.lang.StringtoString()-
Methods inherited from class edu.uci.jforests.config.ComponentConfig
getErrorMessage
-
-
-
-
Field Detail
-
bagCount
public int bagCount
Number of bags
-
trainFraction
public double trainFraction
Fraction of training instances that should be randomly selected for training of each bag.
-
backfitting
public boolean backfitting
Should we perform backfitting during the bagging process?
-
-
Method Detail
-
init
public void init(ConfigHolder config)
- Specified by:
initin classComponentConfig
-
toString
public java.lang.String toString()
- Specified by:
toStringin classComponentConfig
-
-
DMelt 3.0 © DataMelt by jWork.ORG