shapley 0.1.1

A fast shapley score calculator
Documentation
1
2
3
4
#![doc = include_str!("../README.md")]

pub mod shapley;
pub use shapley::{Coalition, Shapley};