| Package | Description |
|---|---|
| ai.grakn.graql | |
| ai.grakn.graql.analytics |
| Modifier and Type | Method and Description |
|---|---|
ComputeQuery<T> |
ComputeQuery.in(Collection<String> subTypeNames) |
ComputeQuery<T> |
ComputeQuery.in(String... subTypeNames) |
ComputeQuery<T> |
ComputeQuery.withGraph(GraknGraph graph) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClusterQuery<T>
Compute the connected components in the subgraph.
|
interface |
CountQuery
Count the number of instances in the subgraph.
|
interface |
DegreeQuery<T>
Compute the number of relations that each instance takes part in.
|
interface |
MaxQuery
Compute the maximum value of the selected resource-type.
|
interface |
MeanQuery
Compute the mean of the selected resource-type.
|
interface |
MedianQuery
Compute the median of the selected resource-type.
|
interface |
MinQuery
Compute the minimum value of the selected resource-type.
|
interface |
PathQuery
Compute the shortest path between two instances.
|
interface |
StdQuery
Compute the standard deviation of the selected resource-type.
|
interface |
SumQuery
Compute the sum of the selected resource-type.
|
Copyright © 2016 Grakn Labs Ltd. All rights reserved.