文件名称:Algorithm-plume.zip
文件大小:66KB
文件格式:ZIP
更新时间:2022-10-07 10:55:53
Algorithm
Algorithm-plume.zip,蟒蛇,算法是为计算机程序高效、彻底地完成任务而创建的一组详细的准则。
【文件预览】:
plume-master
----.gitignore(1KB)
----README.md(645B)
----plume()
--------cluster.py(4KB)
--------tree.py(11KB)
--------svm.py(4KB)
--------toysvm.py(9KB)
--------perceptron.py(2KB)
--------preprocessing.py(725B)
--------decomposition.py(1KB)
--------ensemble.py(6KB)
--------linalg.py(1KB)
--------utils.py(1KB)
--------naive_bayes.py(3KB)
--------hmm.py(5KB)
--------__init__.py(88B)
--------linear_model.py(6KB)
--------network.py(3KB)
--------knn.py(1KB)
----tests()
--------test_perceptron.py(376B)
--------test_network.py(567B)
--------test_linearmodel.py(1KB)
--------test_ensemble.py(1KB)
--------test_tree.py(707B)
--------test_naive_bayes.py(692B)
--------test_knn.py(1KB)
--------test_svm.py(1KB)
--------test_decomposition.py(1019B)
--------test_cluster.py(1KB)
--------test_hmm.py(615B)
----docs()
--------figure_svm.png(41KB)
----LICENSE(1KB)