feat: adds F1 and roc_auc_score
This commit is contained in:
@@ -22,6 +22,8 @@ pub trait BaseVector<T: FloatExt>: Clone + Debug {
|
||||
fn set(&mut self, i: usize, x: T);
|
||||
|
||||
fn len(&self) -> usize;
|
||||
|
||||
fn to_vec(&self) -> Vec<T>;
|
||||
}
|
||||
|
||||
pub trait BaseMatrix<T: FloatExt>: Clone + Debug {
|
||||
|
||||
Reference in New Issue
Block a user