-
Notifications
You must be signed in to change notification settings - Fork 0
TODOs
pmartin7 edited this page Aug 19, 2016
·
25 revisions
List of TODO in the Music Graph Explorer project, in no order of priority:
-
Compute Artist relevance within a Genre.
-
Create a helper method which creates an
ArtistorGenreobject from an Neo4jIRecordorINode -
Add
Artistrelevance within aGenrein theDataAccess.GetArtistForSpotifyIdmethod. This can only be done once we compute Artist relevance within a genre. -
Add
Artistrelevance within aGenrein theDataAccess.GetAllArtistsForGenresmethod. This can only be done once we compute Artist relevance within a genre. -
Need a
DataAccess.GetRelatedGenresForGenre(string name)method -
Figure out a way to speed up computation of relevance scores between artists and between artist and genre. Think of parallelizing the process.