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

java - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -