{"id":15049405,"url":"https://github.com/klimentlagrangiewicz/cart-in-c","last_synced_at":"2026-04-08T14:31:56.090Z","repository":{"id":163222550,"uuid":"551628551","full_name":"KlimentLagrangiewicz/CART-in-C","owner":"KlimentLagrangiewicz","description":"Naive implementation of CART (Classification And Regression Tree) algorithm in C (standard C89/C90) for data classification","archived":false,"fork":false,"pushed_at":"2024-12-22T16:39:39.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T01:16:27.446Z","etag":null,"topics":["ansi-c","c89","cart","classification","data-mining","decision-tree-classifier","random-forest"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KlimentLagrangiewicz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-14T19:20:40.000Z","updated_at":"2024-12-22T16:39:42.000Z","dependencies_parsed_at":"2024-11-19T17:43:26.085Z","dependency_job_id":"4bbf5d67-ccf7-4f24-902b-28b6de974579","html_url":"https://github.com/KlimentLagrangiewicz/CART-in-C","commit_stats":null,"previous_names":["klimentlagrangiewicz/cart-in-c"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KlimentLagrangiewicz%2FCART-in-C","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KlimentLagrangiewicz%2FCART-in-C/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KlimentLagrangiewicz%2FCART-in-C/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KlimentLagrangiewicz%2FCART-in-C/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KlimentLagrangiewicz","download_url":"https://codeload.github.com/KlimentLagrangiewicz/CART-in-C/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243505960,"owners_count":20301619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansi-c","c89","cart","classification","data-mining","decision-tree-classifier","random-forest"],"created_at":"2024-09-24T21:20:13.257Z","updated_at":"2025-12-29T14:24:12.585Z","avatar_url":"https://github.com/KlimentLagrangiewicz.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CART-in-C\nNaive implementation of CART (Classification And Regression Tree) algorithm in C (standard C89/C90) for data classification\n\n## Example of usage\nCloning project and changing current directory:\n```\ngit clone https://github.com/KlimentLagrangiewicz/CART-in-C\ncd CART-in-C\n```\nBuilding from source (Linux):\n```\nmake\n```\nBuilding from source (Windows):\n```\nmake windows\n```\nIf building was successfully, you can find executable file in `bin` subdirectory.  \nRun the program:\n```\n./bin/CART-in-C 9 4 150 ./datasets/iris/iris9.txt ./datasets/iris/test150.txt ./datasets/iris/result.txt ./datasets/iris/ideal150.txt \n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklimentlagrangiewicz%2Fcart-in-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklimentlagrangiewicz%2Fcart-in-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklimentlagrangiewicz%2Fcart-in-c/lists"}