1 2 3 4 5 6 7 8 9
//! Profile computation client. //! //! Provides client for computing (training) Profiles from datasets. mod client; mod objectiveai; pub use client::*; pub use objectiveai::*;