Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

About

Realisation of CHAID algorithm for survey analysis on C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published