Changeset 10 for src/main/java/weka/clusterers/forMetisMQI/KLPartition.java
- Timestamp:
- Sep 14, 2010, 5:27:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/weka/clusterers/forMetisMQI/KLPartition.java
r9 r10 95 95 public int edgeCut() { 96 96 int acc = a.getExternalDegree() + b.getExternalDegree(); 97 return (int)Math.round(0.5 * acc);97 return acc; 98 98 } 99 99
Note: See TracChangeset
for help on using the changeset viewer.