# ds-decisionTree **Repository Path**: wsgalaxy/ds-decisionTree ## Basic Information - **Project Name**: ds-decisionTree - **Description**: No description available - **Primary Language**: C++ - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-12-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #ds-decisionTree 数据结构作业:决策树 ## 介绍 12/8/2016 main.cpp:主函数文件 trainData.h/.cpp:数据存储结构 dsTree.h/.cpp:决策树的实现 fileLoad.h/.cpp:文件的导入 ## 编译 ### 1.命令行下 `qmake ` `make` ### 2.qt creator 打开.pro项目文件,直接编译运行