Skip to content

Commit

Permalink
Update ParamDescriptions.java
Browse files Browse the repository at this point in the history
  • Loading branch information
kvb2univpitt authored Oct 28, 2016
1 parent 9516ff5 commit ac5fabe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public ParamDescriptions() {
put("numMeasures", new ParamDescription("Number of measured variables", 10, 1, Integer.MAX_VALUE));
put("numLatents", new ParamDescription("Number of latent variables", 0, 0, Integer.MAX_VALUE));
put("avgDegree", new ParamDescription("Average degree of graph", 2, 1, Integer.MAX_VALUE));
put("maxDegree", new ParamDescription("The maximum degree of the output graph", -1, -1, Integer.MAX_VALUE));
put("maxDegree", new ParamDescription("The maximum degree of the output graph. Use -1 for unbounded.", -1, -1, Integer.MAX_VALUE));
put("maxIndegree", new ParamDescription("Maximum indegree of graph", 100, 1, Integer.MAX_VALUE));
put("maxOutdegree", new ParamDescription("Maximum outdegree of graph", 100, 1, Integer.MAX_VALUE));
put("connected", new ParamDescription("Yes if graph should be connected", false));
Expand Down

0 comments on commit ac5fabe

Please sign in to comment.