Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 494 Bytes

File metadata and controls

9 lines (6 loc) · 494 Bytes

RESTful-Web-service-for-Decision-Tree-for-Social-Survey-Construction-Based-on-CHAID-Algorithm

input: attributes and key attribute. example of input: [ {"Образование": "Среднее", "Выбор": "А", "Пол": "М"}, {"Образование": "Среднее", "Выбор": "А", "Пол": "М"}, {"Образование": "Низкое", "Выбор": "Б", "Пол": "М"}, ... ], "Выбор"

output: decision tree in .json format

You can use fiddler app to test it.