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 - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -