- Timestamp:
- Sep 11, 2010, 4:12:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/weka/clusterers/forMetisMQI/GraphAlgorithms.java
r7 r8 23 23 public void METIS(Graph g) { 24 24 KLPartition partition = null; 25 Coarse.setFinerSize(10); 25 26 Stack<CoarserGraphElement> stack = Coarse.coarse(g); 26 27 … … 32 33 } 33 34 35 MQI.start(partition); 36 34 37 } 35 38
Note: See TracChangeset
for help on using the changeset viewer.