Settings.java 298 B

12345678910111213
  1. package de.tu_darmstadt.tk.SmartHomeNetworkSim.evaluation;
  2. public class Settings {
  3. public static int NUM_CLUSTERS = 20;
  4. public static double ANOMALY_THRESHOLD = 1;
  5. public static double DECISION_THRESHOLD = 1;
  6. public Settings() {
  7. // TODO Auto-generated constructor stub
  8. }
  9. }