Uses of Class
org.jpmml.lightgbm.Section
-
Packages that use Section Package Description org.jpmml.lightgbm -
-
Uses of Section in org.jpmml.lightgbm
Methods in org.jpmml.lightgbm with parameters of type Section Modifier and Type Method Description voidTree. load(Section section)Method parameters in org.jpmml.lightgbm with type arguments of type Section Modifier and Type Method Description voidGBDT. load(java.util.List<Section> sections)Constructors in org.jpmml.lightgbm with parameters of type Section Constructor Description BinomialLogisticRegression(Section config)Classification(Section config)Lambdarank(Section config)MultinomialLogisticRegression(Section config)ObjectiveFunction(Section config)PoissonRegression(Section config)Regression(Section config)Section(Section section)
-