MCPcopy Create free account
hub / github.com/Raibows/MLinRust / predict_with_batch

Method predict_with_batch

src/model/mod.rs:20–27  ·  view source on GitHub ↗

predict a batch return: vector of T(f32 or usize)

(&self, features: &NdArray)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Implementers 8

naive_bayes.rssrc/model/naive_bayes.rs
decision_tree.rssrc/model/decision_tree.rs
svm.rssrc/model/svm.rs
linear_regression.rssrc/model/linear_regression.rs
logistic_regression.rssrc/model/logistic_regression.rs
knn.rssrc/model/knn.rs
kmeans.rssrc/model/kmeans.rs
mod.rssrc/model/nn/mod.rs

Calls 1

predictMethod · 0.45

Tested by

no test coverage detected