Comment out questionable claim

This commit is contained in:
eugenefischer
2022-10-01 15:44:29 -05:00
parent c0dd2d31f2
commit e7e85a4542

View File

@@ -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();