Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.76 KB

readme.md

File metadata and controls

56 lines (41 loc) · 1.76 KB

<time class=”entry-date published” datetime=”2019–04–15T10:25:32+00:00">November 1, 2018 <time class=”updated” datetime=”2019–09–12T10:35:33+00:00">November 1, 2018

Problem Statement

How to make sense of this view?... lots of trends, lots of ideas

but what are the common themes here?

focus trends (ClientDisruptors) are assigned to ideas
ClientDisruptors are specialized from the master trend

match (ci:ClientIdea)-[:ASSIGNED]->(cd:ClientDisruptor)-[:SPECIALIZES]->(trend:BusinessTrend)
return trend, cd, ci limit 50

Aim

Find community of common trends (2 or more) assigned to ideas

i.e.
[TREND 1, TREND 2, TREND 3] have a frequency of x% across all ideas
[TREND 1, TREND 3, TREND 6] have a frequency of x% across all ideas
[TREND 3, TREND 6] have a frequency of x% across all ideas


Getting started...


Examples and working scripts


BACK