Class GBTree

    • Constructor Detail

      • GBTree

        public GBTree()
    • Method Detail

      • loadJSON

        public void loadJSON​(com.google.gson.JsonObject gradientBooster)
      • loadUBJSON

        public void loadUBJSON​(com.devsmart.ubjson.UBObject gradientBooster)
      • hasCategoricalSplits

        public boolean hasCategoricalSplits()
      • getSplitType

        public Set<Integer> getSplitType​(int splitIndex)
      • getSplitCategories

        public BitSet getSplitCategories​(int splitIndex)
      • encodeModel

        public org.dmg.pmml.mining.MiningModel encodeModel​(ObjFunction obj,
                                                           float[] base_score,
                                                           Integer ntreeLimit,
                                                           org.jpmml.converter.Schema schema)
      • num_trees

        public int num_trees()
      • num_parallel_tree

        public int num_parallel_tree()
      • tree_weights

        public float[] tree_weights()