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

Commit 750f3fe

Browse files
authored
add comment for input file
1 parent 1b0d293 commit 750f3fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import net.sansa_stack.ml.spark.clustering.RDFGraphPowerIterationClustering
1414
object RDFGraphPIClustering {
1515

1616
def main(args: Array[String]) {
17+
//config.in-> path for input nt file or txt file. It may be a local path or hdfs path.
1718
parser.parse(args, Config()) match {
1819
case Some(config) =>
1920
run(config.in, config.out, config.k, config.maxIterations)

0 commit comments

Comments
 (0)