Ignore:
Timestamp:
Sep 29, 2010, 9:13:19 AM (14 years ago)
Author:
gnappo
Message:

Implementato raffinamento KL in metis; implementata ottimizzazione di mqi sulla conduttanza.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/weka/clusterers/forMetisMQI/Uncoarse.java

    r14 r18  
    3838        /**
    3939         * Given a bisection of the finer graph and the stack of graphs which yielded the finer graph,
    40          * it returns the bisection projected into the coarser graph. 
     40         * it returns the bisection projected into the coarser graph.
    4141         * @param stack
    4242         * @param partition
     
    4747                        CoarserGraphElement element = stack.pop();
    4848                        partition = uncoarseOneStep(partition,element);
     49                        partition = GraphAlgorithms.KLRefinement(partition);
    4950                }
    5051                return partition;
Note: See TracChangeset for help on using the changeset viewer.