0

我正在使用 Echonest 来查询特定国家/地区的 TopSinger。问题是无论如何都会返回一些“不受欢迎”的艺术家。例如,在意大利,“Armando”位列前 100 位艺术家之列。但这位艺术家现在在意大利很受欢迎,也是一个完全不为人知的艺术家。

http://developer.echonest.com/api/v4/artist/search?api_key=xxx&format=json&start=0&results=100&rank_type=relevance&sort=familiarity-desc&artist_start_year_after=1950&artist_location=Italy

在这一点上,我不确定 EchoNest 的准确性。有人可以解释我是否做错了什么?

4

1 回答 1

1

不,你没有做错任何事。这只是 Echonest 算法的结果

http://developer.echonest.com/api/v4/artist/profile?api_key=xxx&id=AR22QZN1187FB4D4C0&bucket=familiarity

Armando 的熟悉度目前计算为 0.563938 值得根据这个数字排名:)

于 2015-10-09T18:56:12.447 回答