摘要: from numpy import * def loadDataSet(): return [['a', 'c', 'e'], ['b', 'd'], ['b', 'c'], ['a', 'b', 'c', 'd'], ['a', 'b'], ['b', 'c'], ['a', 'b'], ['a' 阅读全文
posted @ 2023-03-19 21:58 必杀技welllee 阅读(28) 评论(0) 推荐(0)