| Package | Description |
|---|---|
| ai.grakn.graql.internal.analytics |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterMemberMapReduce
The MapReduce program for collecting the result of a clustering query.
|
class |
ClusterSizeMapReduce
The MapReduce program for collecting the result of a clustering query.
|
class |
ConnectedComponentVertexProgram
The vertex program for connected components in a graph.
|
class |
CountMapReduce
The MapReduce program for counting the number of instances in a graph
|
class |
DegreeDistributionMapReduce
The MapReduce program for collecting the result of a degree query.
|
class |
DegreeStatisticsVertexProgram
The vertex program for computing the degree in statistics.
|
class |
DegreeVertexProgram
The vertex program for computing the degree.
|
class |
GraknMapReduce<T>
A map reduce task specific to Grakn with common method implementations.
|
class |
GraknVertexProgram<T>
A vertex program specific to Grakn with common method implementations.
|
class |
MaxMapReduce
The MapReduce program for computing the max value of given resource.
|
class |
MeanMapReduce
The MapReduce program for computing the mean value of given resource.
|
class |
MedianVertexProgram
The vertex program for computing the median of given resource using quick select algorithm.
|
class |
MinMapReduce
The MapReduce program for computing the min value of the given resource.
|
class |
ShortestPathVertexProgram
The vertex program for computing the shortest path between two instances.
|
class |
StdMapReduce
The MapReduce program for computing the standard deviation of the given resource.
|
class |
SumMapReduce
The MapReduce program for computing the sum of the given resource.
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.