Docs.rs
optirs-core-0.3.2
optirs-core 0.3.2
Docs.rs crate page
Apache-2.0
18 August 2026
Links
Repository
crates.io
Source
Owners
cool-japan
Dependencies
chrono ^0.4.45
normal
log ^0.4
normal
oxicode ^0.2.6
normal
rsa ^0.9
normal
optional
scirs2-core ^0.6.5
normal
scirs2-datasets ^0.6.5
normal
optional
scirs2-metrics ^0.6.5
normal
optional
scirs2-neural ^0.6.5
normal
scirs2-optimize ^0.6.5
normal
scirs2-stats ^0.6.5
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.11
normal
thiserror ^2.0.18
normal
toml ^1.1.4
normal
x25519-dalek ^3.0.0
normal
approx ^0.5.1
dev
criterion ^0.8.2
dev
tempfile ^3.27.0
dev
futures ^0.3.34
normal
num_cpus ^1.17.0
normal
sysinfo ^0.39.5
normal
uuid ^1.23.4
normal
Versions
88.24%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module meta_transfer
optirs_
core
0.3.2
Module meta_
transfer
Module Items
Structs
Enums
Constants
In optirs_
core::
streaming::
adaptive_
streaming
optirs_core
::
streaming
::
adaptive_streaming
Module
meta_
transfer
Copy item path
Source
Structs
§
Domain
Adaptation
Domain adaptation state: the characteristics of the source and target domains and the resulting per-feature adaptation weights.
Transfer
Learning
Transfer learning system: stores per-source-domain experiences and replays them into a target domain, weighted by measured domain similarity.
Transfer
Metrics
Measured transfer-learning outcomes.
Enums
§
Transfer
Strategy
Transfer learning strategies.
Constants
§
MIN_
TRANSFER_
SIMILARITY
Minimum cosine similarity between domains before source experiences are replayed into the target at all. Below this, transfer is more likely to be negative than helpful, so nothing is transferred.