{"id":34693211,"url":"https://github.com/saebyn/java-decision-tree","last_synced_at":"2025-12-24T22:04:55.138Z","repository":{"id":1107097,"uuid":"973391","full_name":"saebyn/java-decision-tree","owner":"saebyn","description":"A decision tree class in Java.","archived":false,"fork":false,"pushed_at":"2011-04-23T00:52:54.000Z","size":726,"stargazers_count":44,"open_issues_count":0,"forks_count":29,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-04-17T02:00:04.014Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saebyn.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-10-08T22:04:20.000Z","updated_at":"2024-03-23T04:09:58.000Z","dependencies_parsed_at":"2022-08-16T12:00:53.406Z","dependency_job_id":null,"html_url":"https://github.com/saebyn/java-decision-tree","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saebyn/java-decision-tree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saebyn%2Fjava-decision-tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saebyn%2Fjava-decision-tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saebyn%2Fjava-decision-tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saebyn%2Fjava-decision-tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saebyn","download_url":"https://codeload.github.com/saebyn/java-decision-tree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saebyn%2Fjava-decision-tree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28010341,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-12-24T22:04:53.842Z","updated_at":"2025-12-24T22:04:55.113Z","avatar_url":"https://github.com/saebyn.png","language":"Java","funding_links":[],"categories":["人工智能"],"sub_categories":["机器学习"],"readme":"\nCopyright(c) 2011 John Weaver.\nAll Rights Reserved.\n\nSource code licensed under the BSD license. Please see the LICENSE file for details.\n\n\ndecision-tree\n=============\n\nThis package consists of several Java classes to construct and apply a decision\ntree to a attribute set. It allows for pluggable algorithms to construct the\ntree. The decision tree is constructed from a series of examples of attributes,\nwhere each example either has each of the attributes or does not, and each has\na specified outcome of either true or false. The resulting decision tree is a\nbinary tree where each leaf node represents the presents or absence of each\nattribute named along the path to the root node and the resulting outcome for\nthe set of decisions.\n\nDependencies\n------------\n\n* Uses SLF4J for logging.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaebyn%2Fjava-decision-tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaebyn%2Fjava-decision-tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaebyn%2Fjava-decision-tree/lists"}