1 个不稳定版本
0.0.0 | 2024 年 6 月 1 日 |
---|
#30 in #spline
13KB
232 代码行,不包括注释
rs-spline
该库目前处于开发初期,尚未准备好用于生产。
针对 AI 工作负载优化的 Rust 通用样条库
功能
入门
从源码构建
首先克隆仓库
git clone https://github.com/FL03/rs-spline.git
cd rs-spline
cargo build --features full -r --workspace
用法
示例:线性模型(有偏置)
extern crate rs-spline;
fn main() -> anyhow::Result<()> {
tracing_subscriber::fmt::init();
tracing::info!("Starting linear model example");
Ok(())
}
贡献
欢迎提交拉取请求。对于重大更改,请先提交问题以讨论您希望更改的内容。
请确保适当地更新测试。
许可证
依赖项
~0.7–1.7MB
~35K SLoC