摘要: import math from math import log import numpy as np import operator import csv # 数据加载方式 # 方式1; def loaddata(): dataSet = [[0, 0, 0, 0, 0, 0, 'yes'], [ 阅读全文
posted @ 2022-04-12 23:07 ICE_棋 阅读(61) 评论(0) 推荐(0)