Examples of RefineFactory


Examples of org.jamesii.core.distributed.partitioner.partitioning.multilevel.refining.RefineFactory

    }

    coarseMapping = singleLevelPartitioningAlgo.calculatePartition();

    // Refine with partition results and coarsening information
    RefineFactory rFactory =
        SimSystem.getRegistry().getFactory(AbstractRefineFactory.class, null);
    refineAlgorithm =
        rFactory.getRefineAlgorithm(coarseningAlgo.getAllCoarsenGraphs(),
            coarseningAlgo.getAllCoarsenMappings());

    return refineAlgorithm.unCoarsenGraph(coarseMapping);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.