Package edu.cmu.graphchi.walks

Examples of edu.cmu.graphchi.walks.LongWalkManager


    public LongDrunkardCompanion( final int numThreads, final long maxMemoryBytes)
            throws RemoteException {
        super(numThreads, maxMemoryBytes);
        // TODO: may be better to pass this in...
        manager = new LongWalkManager(0, 0);
    }
View Full Code Here

TOP

Related Classes of edu.cmu.graphchi.walks.LongWalkManager

Copyright © 2018 www.massapicom. 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.