Documentation of 'edu.uci.jforests.learning.trees.TreesConfig' Java class
TreesConfig
edu.uci.jforests.learning.trees

Class TreesConfig

    • Field Detail

      • numLeaves

        public int numLeaves
      • minInstancePercentagePerLeaf

        public double minInstancePercentagePerLeaf
      • minInstancePerLeaf

        public int minInstancePerLeaf
      • featureSamplingPerSplit

        public double featureSamplingPerSplit
      • randomizedSplits

        public boolean randomizedSplits
      • featuresToDiscard

        public java.lang.String featuresToDiscard
        If this parameter is set to a not null value, the listed features will be discarded from the training.
      • featuresToInclude

        public java.lang.String featuresToInclude
        If this parameter is set to a not null value, only the listed features will be included in the training.
    • Constructor Detail

      • TreesConfig

        public TreesConfig()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.