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

Commit 2d918b6

Browse files
authored
Update RDFGraphPIClustering.scala
1 parent 75e8887 commit 2d918b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,16 @@ object RDFGraphPIClustering {
4141
val graph = triples.asStringGraph()
4242

4343
RDFGraphPowerIterationClustering(spark, graph, output, outevl, outputsim, k, maxIterations)
44+
println("============================================")
45+
println("| Power Iteration Clustering example 12 |")
46+
println("============================================")
4447

4548
spark.stop
4649

4750
}
51+
println("============================================")
52+
println("| Power Iteration Clustering example 11 |")
53+
println("============================================")
4854

4955
case class Config(in: String = "", out: String = "", outevl: String = "", outputsim: String = "", k: Int = 2, maxIterations: Int = 5)
5056

0 commit comments

Comments
 (0)