- Timestamp:
- Oct 9, 2010, 12:24:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/weka/clusterers/forMetisMQI/util/Configuration.java
r24 r26 11 11 private int numberOfClusters = 2; 12 12 13 private String outputFile = null; 14 15 public String getOutputFile() { 16 return outputFile; 17 } 18 19 public void setOutputFile(String outputFile) { 20 this.outputFile = outputFile; 21 } 22 13 23 private static Configuration instance = null; 14 24
Note: See TracChangeset
for help on using the changeset viewer.