Documentation of 'edu.uci.jforests.learning.bagging.BaggingConfig' Java class
BaggingConfig
edu.uci.jforests.learning.bagging

Class BaggingConfig

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      boolean backfitting
      Should we perform backfitting during the bagging process?
      int bagCount
      Number of bags
      double trainFraction
      Fraction of training instances that should be randomly selected for training of each bag.
    • Constructor Summary

      Constructors 
      Constructor and Description
      BaggingConfig() 
    • 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?
    • Constructor Detail

      • BaggingConfig

        public BaggingConfig()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.