Skip to content

Commit

Permalink
Resolv conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewuathe committed Sep 3, 2015
2 parents 62010af + 40d3027 commit 7d693c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ private[ml] class LibSVMRelation(val path: String, val numFeatures: Int, val vec
StructField("features", new VectorUDT(), nullable = false) :: Nil
)

<<<<<<< HEAD
override def buildScan(): RDD[Row] = {
val sc = sqlContext.sparkContext
val baseRdd = MLUtils.loadLibSVMFile(sc, path, numFeatures)
Expand Down

0 comments on commit 7d693c2

Please sign in to comment.