neo4j - How to find median degree over all vertices in Cypher? -


i know cypher, possible write query find median of given property (using percentile_disc or percentile_cont). however, write query calculates median of collection of values isn't coming property. like:

match u:user-->r:review u, count(r) edges return median(edges) 

any suggestions?


Comments

Popular posts from this blog

Using 'OR' and 'AND' in SQL Server -

python - Finding intersection between ellipse and a line -

c++ - NetBeans Remote Development with additional configuration -