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

Commit f3292d4

Browse files
authored
Remove some Println()
1 parent 69a46c9 commit f3292d4

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,11 @@ object RDFGraphPIClustering {
3737

3838
val lang = Lang.NTRIPLES
3939
val triples = spark.rdf(lang)(input)
40-
println("============================================")
41-
println("| Power Iteration Clustering example 11 |")
42-
println("============================================")
40+
4341
val graph = triples.asStringGraph()
44-
println("============================================")
45-
println("| Power Iteration Clustering example 13 |")
46-
println("============================================")
42+
4743
RDFGraphPowerIterationClustering(spark, graph, output, outevl, outputsim, k, maxIterations)
48-
println("============================================")
49-
println("| Power Iteration Clustering example 12 |")
50-
println("============================================")
44+
5145

5246
spark.stop
5347

0 commit comments

Comments
 (0)