摘要: %% ID3决策树销量预测系统 clear; clc; close all; %% 数据预处理(支持CSV/XLS格式) disp('正在进行数据预处理...'); data = readtable('sales_data.csv'); % 读取数据 [~,~,raw] = xlsread('sal 阅读全文
posted @ 2026-02-13 10:13 yijg9998 阅读(2) 评论(0) 推荐(0)