Skip to content

Commit

Permalink
private [spark]
Browse files Browse the repository at this point in the history
  • Loading branch information
MechCoder committed Jul 7, 2015
1 parent 38a0860 commit 23b08be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private[ml] trait TreeEnsembleModel {

/** Weights used by the python wrappers. */
// Note: An array cannot be returned directly due to serialization problems.
def javaTreeWeights: Vector = Vectors.dense(treeWeights)
private[spark] def javaTreeWeights: Vector = Vectors.dense(treeWeights)

/** Summary of the model */
override def toString: String = {
Expand Down

0 comments on commit 23b08be

Please sign in to comment.