Returning back LabeledPoint into public, in referece to the discussion in : https://github.com/dmlc/xgboost/pull/2532#discussion_r137172759 (#2677)
This commit is contained in:
parent
9c85903f0b
commit
a7ce4d2462
@ -17,7 +17,7 @@
|
||||
package ml.dmlc.xgboost4j
|
||||
|
||||
/** Labeled training data point. */
|
||||
private[xgboost4j] case class LabeledPoint(
|
||||
case class LabeledPoint(
|
||||
/** Label of this point. */
|
||||
label: Float,
|
||||
/** Feature indices of this point or `null` if the data is dense. */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user