Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maria Karanasou
spark-iforest
Commits
588f9ab7
Commit
588f9ab7
authored
Apr 09, 2019
by
fzyang
Browse files
fix mis-indent in IForestSuite
parent
de147dbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/scala/org/apache/spark/ml/iforest/IForestSuite.scala
View file @
588f9ab7
...
...
@@ -110,7 +110,7 @@ class IForestSuite extends SparkFunSuite with MLlibTestSparkContext with Default
.
setMaxFeatures
(
0.5
)
.
setSeed
(
123L
)
val
model
=
iforest
.
fit
(
dataset
)
assert
(
model
.
trees
.
length
===
10
)
assert
(
model
.
trees
.
length
===
10
)
val
summary
=
model
.
summary
val
anomalies
=
summary
.
anomalies
.
collect
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment