Uses of Class
ml.dmlc.xgboost4j.LabeledPoint
Packages that use LabeledPoint
-
Uses of LabeledPoint in ml.dmlc.xgboost4j.java
Constructor parameters in ml.dmlc.xgboost4j.java with type arguments of type LabeledPointModifierConstructorDescriptionDMatrix(Iterator<LabeledPoint> iter, String cacheInfo) Create DMatrix from iterator.DMatrix(Iterator<LabeledPoint> iter, String cacheInfo, float missing) Create DMatrix from iterator.