Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit c4539dc

Browse files
authored
Update RDFGraphPIClustering.scala
1 parent 4eba765 commit c4539dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sansa-examples-spark/src/main/scala/net/sansa_stack/examples/spark/ml/clustering/RDFGraphPIClustering.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ object RDFGraphPIClustering {
4646

4747
}
4848

49-
case class Config(in: String = "", out: String = "", outevl: String = "", outputsim: String = "", k: Int = 2, maxIterations: Int = 50)
49+
case class Config(in: String = "", out: String = "", outevl: String = "", outputsim: String = "", k: Int = 2, maxIterations: Int = 5)
5050

5151
val defaultParams = Config()
5252

0 commit comments

Comments
 (0)