Package ml.dmlc.xgboost4j.java
Class Column
java.lang.Object
ml.dmlc.xgboost4j.java.Column
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
ColumnBatch
This Column abstraction provides an array interface JSON string, which is
used to reconstruct columnar data within the XGBoost library.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Column
public Column()
-
-
Method Details
-
toJson
Return array interface json string for this Column -
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-