FORMAT: 1A HOST:http://staticinfo.avosapps.com/
User's static info predictor,degree included. You can view the code at Github Senz.analyzer.user.staticinfo.degree
The result of static_info/data has 3 attributes:
-
app - Name of the app, String.
-
degree - Weight of the label, Float.
-
label - Label of the app, String.
-
Parameters
- limit: 100 (optional,number) - Limit number of the result.
- label: gender (optional,string) - Expected Label of the result.
-
Response 200 (application/json)
[ { "app": "app_name_1", "degree": app_degree_1, "label": "pp_label_1" }, { "app": "app_name_n", "degree": app_degree_n, "label": "app_label_n" } ]
The result of static info predict has following attributes:
- {label} - The key shows a label, and the value is the probability of this label.
-
Request (application/json)
{ "app_list": ["com.yidian.nba","com.dota.emu"] }
-
Response 200 (application/json)
{ "gender": 0.193666930476603 }