Skip to content

Commit

Permalink
minor code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
manishamde committed May 27, 2014
1 parent 23d4268 commit e3e8843
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ object DecisionTreeRunner {

val strategy
= new Strategy(
algo = params.algo,
impurity = impurityCalculator,
maxDepth = params.maxDepth,
maxBins = params.maxBins,
numClassesForClassification = params.numClassesForClassification)
algo = params.algo,
impurity = impurityCalculator,
maxDepth = params.maxDepth,
maxBins = params.maxBins,
numClassesForClassification = params.numClassesForClassification)
val model = DecisionTree.train(training, strategy)

if (params.algo == Classification) {
Expand Down

0 comments on commit e3e8843

Please sign in to comment.