- 26 Sep, 2019 1 commit
-
-
Ilya Matiach authored
* add missing JNI exception checks to fix warnings * updated based on comments * removed rethrow logic * replace tabs with spaces
-
- 30 Aug, 2019 1 commit
-
-
Ilya Matiach authored
-
- 25 Jul, 2019 1 commit
-
-
Nikita Titov authored
-
- 04 May, 2019 1 commit
-
-
Ilya Matiach authored
-
- 29 Apr, 2019 1 commit
-
-
Ilya Matiach authored
* added typemap for string arrays in SWIG interface * added voidp pointer casts
-
- 18 Mar, 2019 1 commit
-
-
Markus Cozowicz authored
* added API changes required for JNI performance optimizations (e.g. predict is 3-4x faster) * removed commented variables * removed commented header * renamed method to make it obvious it is created for Spark * fixed comment alignment * replaced GetPrimitiveArrayCritical with GetIntArrayElements for training. fixed dead-lock on databricks
-
- 16 Mar, 2019 1 commit
-
-
Ilya Matiach authored
* lightgbm SWIG Java wrapper changes needed to add early stopping in mmlspark * updated based on comments
-
- 25 Aug, 2018 1 commit
-
-
Ilya Matiach authored
-
- 31 Jan, 2018 1 commit
-
-
Ilya Matiach authored
* Adding Java wrappers to LightGBM by updating CMakeLists and adding SWIG file * Set SWIG generation to OFF by default * Added -package option to SWIG_FLAGS * Fixed jar structure to have class files in proper location * removed link with OpenMP flags
-