basic_ml_algorithm basic_machine learning_algorithm 原创类: GA_TSP : 用遗传算法解决旅行商问题 (c++) decision_tree: C4.5决策树(只处理离散属性) (c++) SVM&SMO SMO算法实现 (c++) 笔记类: adaBoost (python) regression 最小二乘回归、局部加权回归、岭回归、前向逐步回归 (python) apriori算法 (python) FP增长树算法 (python)