Skip to content

Commit

Permalink
Returning back LabeledPoint into public, in referece to the discussio…
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmoudr authored and CodingCat committed Sep 11, 2017
1 parent 9c85903 commit a7ce4d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit a7ce4d2

Please sign in to comment.