Skip to content

Commit 99a3827

Browse files
committed
Clustering output
1 parent 3f80b05 commit 99a3827

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/cluster/clustermain.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ int main(int argc, char** argv)
3939

4040
Cluster cluster(R, alpha);
4141

42-
std::cerr << cluster.getClusteredF();
42+
cluster.writeClustering(std::cerr);
43+
44+
std::cout << cluster.getClusteredF();
4345

4446
return 0;
4547
}

0 commit comments

Comments
 (0)