isoforest:Rust中隔离林的实现 源码
隔离森林 Rust中带有选项Python绑定的隔离林实现。 例子 use isoforest :: {IsolationForestParams, IsolationTreeParams, MaxFeatures, MaxSamples}; use ndarray :: array; use std :: io :: Result ; use linfa :: dataset :: DatasetBase; use linfa :: traits :: {Fit, Predict}; fn main () -> Result <()> { let data = array! [ [ - 2.0 , - 1.0 ], [ - 1.0 , - 1.0 ], [ - 1.0 , - 2.0 ], [ 1.0 , 1.0 ],
文件列表
isoforest-master.zip
(预估有个23文件)
isoforest-master
.gitignore
244B
README.md
1KB
.github
workflows
ci.yml
346B
Cargo.toml
684B
examples
simple.rs
1KB
py-isoforest
暂无评论