MCPcopy Create free account

hub / github.com/GraphChi/graphchi-java / functions

Functions1,057 in github.com/GraphChi/graphchi-java

MethodinitialValue
()
src/main/java/edu/cmu/graphchi/apps/recommendations/TwitterWTF.java:126
MethodisAllowSparseDegreesAndVertexData
()
src/main/java/edu/cmu/graphchi/preprocessing/FastSharder.java:203
MethodisAtEndOfFile
Return true if file pointer is at end of file. @return true if file pointer is at end of file
src/main/java/ucar/unidata/io/RandomAccessFile.java:355
MethodisAutoLoadNext
()
src/main/java/edu/cmu/graphchi/engine/GraphChiEngine.java:948
MethodisDisableInEdges
()
src/main/java/edu/cmu/graphchi/engine/GraphChiEngine.java:917
MethodisDisableOutEdges
()
src/main/java/edu/cmu/graphchi/engine/GraphChiEngine.java:868
MethodisEnableDeterministicExecution
()
src/main/java/edu/cmu/graphchi/engine/GraphChiEngine.java:855
MethodisEnableScheduler
()
src/main/java/edu/cmu/graphchi/engine/GraphChiEngine.java:824
MethodisModifiesInedges
()
src/main/java/edu/cmu/graphchi/engine/GraphChiEngine.java:880
MethodisModifiesOutedges
()
src/main/java/edu/cmu/graphchi/engine/GraphChiEngine.java:892
MethodisOnlyAdjacency
()
src/main/java/edu/cmu/graphchi/engine/GraphChiEngine.java:900
MethodisScheduled
Is vertex(i) scheduled or not. @param i @return
src/main/java/edu/cmu/graphchi/engine/BitsetScheduler.java:67
MethodisScheduled
(int i)
src/main/java/edu/cmu/graphchi/engine/GraphChiEngine.java:979
MethodisSource
(int vertexId)
src/main/java/edu/cmu/graphchi/walks/WalkManager.java:76
MethodisSource
()
src/main/java/edu/cmu/graphchi/walks/LongDrunkardDriver.java:35
MethodisSource
()
src/main/java/edu/cmu/graphchi/walks/IntDrunkardDriver.java:35
MethodisUseStaticWindowSize
()
src/main/java/edu/cmu/graphchi/engine/GraphChiEngine.java:934
MethodisWalkStartedFromVertex
(long walk)
src/main/java/edu/cmu/graphchi/walks/LongDrunkardDriver.java:65
MethodisWalkStartedFromVertex
Returns true if walk was started from the vertex
src/main/java/edu/cmu/graphchi/walks/LongDrunkardContext.java:28
MethodisWalkStartedFromVertex
(int walk)
src/main/java/edu/cmu/graphchi/walks/IntDrunkardDriver.java:65
Methodload
Load degrees for an interval of vertices @param _vertexSt first vertex @param _vertexEn last vertex (inclusive) @throws IOException
src/main/java/edu/cmu/graphchi/engine/auxdata/DegreeData.java:65
Methodmain
(String[] args)
src/main/java/com/twitter/pers/graph_generator/RMATGraphGenerator.java:128
Methodmain
] @param args @throws Exception
src/main/java/com/twitter/pers/bipartite/HITSSmallMem.java:196
Methodmain
] @param args @throws Exception
src/main/java/com/twitter/pers/bipartite/SALSASmallMem.java:161
Methodmain
(String[] args)
src/main/java/edu/cmu/graphchi/walks/distributions/DrunkardCompanion.java:363
Methodmain
(String[] args)
src/main/java/edu/cmu/graphchi/walks/distributions/DrunkardClient.java:15
Methodmain
(String[] args)
src/main/java/edu/cmu/graphchi/walks/analysis/WalkPathAnalyzerTemplate.java:231
Methodmain
Usage: java edu.cmu.graphchi.ALSMatrixFactorization <input-file> <nshards> <D> Normally nshards of 10 or so is fine. @param args @throws Exception
src/main/java/edu/cmu/graphchi/toolkits/collaborative_filtering/ALS.java:169
Methodmain
(String[] args)
src/main/java/edu/cmu/graphchi/queries/demo/FriendsOfFriends.java:173
Methodmain
(String[] args)
src/main/java/edu/cmu/graphchi/preprocessing/FastSharder.java:875
Methodmain
(String[] args)
src/main/java/edu/cmu/graphchi/apps/SmokeTest.java:119
Methodmain
Usage: java edu.cmu.graphchi.demo.ConnectedComponents graph-name num-shards filetype(edgelist|adjlist) For specifying the number of shards, 20-50 mill
src/main/java/edu/cmu/graphchi/apps/ConnectedComponents.java:116
Methodmain
Usage: java edu.cmu.graphchi.demo.PageRank graph-name num-shards filetype(edgelist|adjlist) For specifying the number of shards, 20-50 million edges/s
src/main/java/edu/cmu/graphchi/apps/Pagerank.java:88
Methodmain
Usage: java edu.cmu.graphchi.ALSMatrixFactorization <input-file> <nshards> <D> Normally nshards of 10 or so is fine. @param args @throws Exception
src/main/java/edu/cmu/graphchi/apps/ALSMatrixFactorization.java:209
Methodmain
Usage: java edu.cmu.graphchi.demo.PageRank graph-name num-shards filetype(edgelist|adjlist) For specifying the number of shards, 20-50 million edges/s
src/main/java/edu/cmu/graphchi/apps/WeightedPagerank.java:95
Methodmain
(String[] args)
src/main/java/edu/cmu/graphchi/apps/randomwalks/PersonalizedPageRank.java:155
Methodmain
(String[] args)
src/main/java/edu/cmu/graphchi/apps/kcore/KCoreDecomposer.java:199
Methodmain
(String[] args)
src/main/java/edu/cmu/graphchi/apps/kcore/GraphTransformer.java:93
Methodmain
(String[] args)
src/main/java/edu/cmu/graphchi/apps/recommendations/TwitterWTF.java:265
Methodmain
(String[] args)
src/main/java/edu/cmu/graphchi/apps/recommendations/MovieRecommender.java:227
Methodmain
(String[] args)
src/main/java/edu/cmu/graphchi/apps/recommendations/CircleOfTrustSalsa.java:264
Methodmain
(String[] args)
src/main/java/edu/cmu/graphchi/apps/util/CreateCassovary.java:66
Methodmain
(String[] args)
src/main/java/edu/cmu/graphchi/util/Toplist.java:124
Methodmain
(String[] args)
src/main/java/edu/cmu/graphchi/util/DegreeFileReader.java:13
Methodmap
(int vertexId, FloatPair value)
src/main/java/com/twitter/pers/bipartite/HITSSmallMem.java:142
Methodmap
(float x)
src/main/java/edu/cmu/graphchi/apps/recommendations/MovieRecommender.java:137
MethodmemorySizeEst
()
src/main/java/edu/cmu/graphchi/util/IntegerBuffer.java:38
MethodmultiplyRow
(int row, float mul)
src/main/java/edu/cmu/graphchi/util/HugeDoubleMatrix.java:95
MethodmultiplyRow
(int row, float mul)
src/main/java/edu/cmu/graphchi/util/HugeFloatMatrix.java:92
MethodnormalizeSquared
Divides each item by the sum of squares
src/main/java/edu/cmu/graphchi/util/HugeDoubleMatrix.java:127
MethodnormalizeSquared
Divides each item by the sum of squares
src/main/java/edu/cmu/graphchi/util/HugeFloatMatrix.java:107
MethodnumOutEdges
()
test/edu/cmu/graphchi/walks/TestWeightedHopper.java:41
MethodnumWalks
()
src/main/java/edu/cmu/graphchi/walks/IntWalkManager.java:228
MethodnumWalks
()
src/main/java/edu/cmu/graphchi/walks/WalkSnapshot.java:14
MethodnumWalks
()
src/main/java/edu/cmu/graphchi/walks/LongWalkManager.java:231
Methodorder
Change the current endian mode. Subsequent reads of short, int, float, double, long, char will use this. Does not currently affect writes. Default val
src/main/java/ucar/unidata/io/RandomAccessFile.java:442
MethodoutputDistributions
(String outputFile)
src/main/java/edu/cmu/graphchi/walks/distributions/TwoKeyCompanion.java:411
MethodoutputDistributions
(String outputFile)
src/main/java/edu/cmu/graphchi/walks/distributions/DrunkardCompanion.java:311
MethodpopulateSchedulerForInterval
(Scheduler scheduler, VertexInterval interval)
src/main/java/edu/cmu/graphchi/walks/IntWalkManager.java:355
MethodpopulateSchedulerForInterval
(Scheduler scheduler, VertexInterval interval)
src/main/java/edu/cmu/graphchi/walks/LongWalkManager.java:358
MethodprepareToRead
(final RecordReader recordReader, final PigSplit pigSplit)
src/main/java/edu/cmu/graphchi/hadoop/PigGraphChiBase.java:98
MethodprintStatus
()
src/main/java/nom/tam/util/BufferedDataInputStream.java:463
MethodprocessWalks
(BucketsToSend bucket, int i)
src/main/java/edu/cmu/graphchi/walks/IntDumperThread.java:21
MethodprocessWalks
(BucketsToSend bucket, int i)
src/main/java/edu/cmu/graphchi/walks/LongDumperThread.java:21
MethodprocessWalks
(final WalkArray walks, final int[] atVertices)
src/main/java/edu/cmu/graphchi/walks/distributions/TwoKeyCompanion.java:378
MethodprocessWalks
(final WalkArray walks, final int[] atVertices)
src/main/java/edu/cmu/graphchi/walks/distributions/DrunkardCompanion.java:298
MethodprocessWalksAtVertex
WalkUpdateFunction interface implementations
src/main/java/edu/cmu/graphchi/apps/randomwalks/PersonalizedPageRank.java:100
MethodprocessWalksAtVertex
WalkUpdateFunction interface implementations
src/main/java/edu/cmu/graphchi/apps/recommendations/TwitterWTF.java:214
MethodprocessWalksAtVertex
(WalkArray walkArray, ChiVertex<Integer, Float> vertex, DrunkardContext drunkardContext, Random randomGenerato
src/main/java/edu/cmu/graphchi/apps/recommendations/MovieRecommender.java:123
MethodprocessWalksAtVertex
(WalkArray walkArray, ChiVertex<Integer, Float> vertex, DrunkardContext drunkardContext_, Random randomGenerat
src/main/java/edu/cmu/graphchi/apps/recommendations/MovieRecommender.java:171
Methodpurge
(WalkManager walkManager)
src/main/java/edu/cmu/graphchi/walks/LongLocalWalkBuffer.java:25
Methodpurge
(WalkManager walkManager)
src/main/java/edu/cmu/graphchi/walks/IntLocalWalkBuffer.java:25
MethodqueryWithValues
(int vertexId, BytesToValueConverter<VT> conv)
src/main/java/edu/cmu/graphchi/queries/VertexQuery.java:360
Methodrandomize
Randomize the content with numbers between from and to @param from min value @param to max value
src/main/java/edu/cmu/graphchi/util/HugeDoubleMatrix.java:186
MethodreadBoolean
Reads a <code>boolean</code> from this file. This method reads a single byte from the file. A value of <code>0</code> represents <code>false</code>. A
src/main/java/ucar/unidata/io/RandomAccessFile.java:905
MethodreadBoolean
()
src/main/java/nom/tam/util/BufferedDataInputStream.java:102
MethodreadByte
Reads a signed 8-bit value from this file. This method reads a byte from the file. If the byte read is <code>b</code>, where <code>0&nbsp;&lt;=&nbsp;b
src/main/java/ucar/unidata/io/RandomAccessFile.java:930
MethodreadByte
()
src/main/java/nom/tam/util/BufferedDataInputStream.java:112
MethodreadChar
Reads a Unicode character from this file. This method reads two bytes from the file. If the bytes read, in order, are <code>b1</code> and <code>b2</co
src/main/java/ucar/unidata/io/RandomAccessFile.java:1069
MethodreadChar
()
src/main/java/nom/tam/util/BufferedDataInputStream.java:164
MethodreadDouble
Reads a <code>double</code> from this file. This method reads a <code>long</code> value as if by the <code>readLong</code> method and then converts th
src/main/java/ucar/unidata/io/RandomAccessFile.java:1279
MethodreadDouble
()
src/main/java/nom/tam/util/BufferedDataInputStream.java:200
MethodreadFloat
Reads a <code>float</code> from this file. This method reads an <code>int</code> value as if by the <code>readInt</code> method and then converts that
src/main/java/ucar/unidata/io/RandomAccessFile.java:1242
MethodreadFloat
()
src/main/java/nom/tam/util/BufferedDataInputStream.java:188
MethodreadIntUnbuffered
Read an integer at the given position, bypassing all buffering. @param pos read a byte at this position @return The int that was read @throws IOExcep
src/main/java/ucar/unidata/io/RandomAccessFile.java:1124
MethodreadLine
This routine uses the deprecated DataInputStream.readLine() method. However, we really want to simulate the behavior of that method so that's what we
src/main/java/nom/tam/util/BufferedDataInputStream.java:251
MethodreadPrimitiveArray
This routine provides efficient reading of arrays of any primitive type. It is an error to invoke this method with an object that is not an array of s
src/main/java/nom/tam/util/BufferedDataInputStream.java:267
MethodreadShort
()
src/main/java/nom/tam/util/BufferedDataInputStream.java:142
MethodreadString
Read a String of knoen length. @param nbytes number of bytes to read @return String wrapping the bytes. @throws IOException if an I/O error occurs.
src/main/java/ucar/unidata/io/RandomAccessFile.java:1417
MethodreadToByteChannel
Read <code>nbytes</code> bytes, at the specified file offset, send to a WritableByteChannel. This will block until all bytes are read. This uses the u
src/main/java/ucar/unidata/io/RandomAccessFile.java:603
MethodreadUTF
Reads in a string from this file. The string has been encoded using a modified UTF-8 format. <p/> The first two bytes are read as if by <code>readUnsi
src/main/java/ucar/unidata/io/RandomAccessFile.java:1406
MethodreadUTF
()
src/main/java/nom/tam/util/BufferedDataInputStream.java:238
MethodreadUnsignedByte
()
src/main/java/nom/tam/util/BufferedDataInputStream.java:116
MethodreadUnsignedShort
Reads an unsigned 16-bit number from this file. This method reads two bytes from the file. If the bytes read, in order, are <code>b1</code> and <code>
src/main/java/ucar/unidata/io/RandomAccessFile.java:1023
MethodreadUnsignedShort
()
src/main/java/nom/tam/util/BufferedDataInputStream.java:153
MethodreceiveEdge
(int from, int to, String token)
src/main/java/com/twitter/pers/bipartite/HITSSmallMem.java:256
MethodreceiveEdge
(int from, int to, String token)
src/main/java/com/twitter/pers/bipartite/SALSASmallMem.java:223
MethodreceiveEdge
(int from, int to, String token)
src/main/java/edu/cmu/graphchi/toolkits/collaborative_filtering/IO.java:35
MethodreceiveEdge
(int from, int to, String token)
src/main/java/edu/cmu/graphchi/preprocessing/FastSharder.java:880
MethodreceiveEdge
(int from, int to, String token)
src/main/java/edu/cmu/graphchi/apps/SmokeTest.java:113
← previousnext →801–900 of 1,057, ranked by callers