Comment out questionable claim
This commit is contained in:
@@ -114,8 +114,8 @@ public class InteractiveInterface {
|
|||||||
System.out.println("1) Poisson");
|
System.out.println("1) Poisson");
|
||||||
System.out.println("2) Gaussian");
|
System.out.println("2) Gaussian");
|
||||||
System.out.println("3) Exponential");
|
System.out.println("3) Exponential");
|
||||||
System.out.println("(Note: approximate distribution in original paper is exponential, lambda = 0.6)");
|
// System.out.println("(Note: approximate distribution in original paper is exponential, lambda = 0.6)");
|
||||||
System.out.println("(lambda value approximated from slope of log-log graph in figure 4c)");
|
// System.out.println("(lambda value approximated from slope of log-log graph in figure 4c)");
|
||||||
System.out.println("(Note: wider distributions are more memory intensive to match)");
|
System.out.println("(Note: wider distributions are more memory intensive to match)");
|
||||||
System.out.print("Enter selection value: ");
|
System.out.print("Enter selection value: ");
|
||||||
input = sc.nextInt();
|
input = sc.nextInt();
|
||||||
|
|||||||
Reference in New Issue
Block a user