Fix clippy::tabs_in_doc_comments
This commit is contained in:
@@ -77,7 +77,6 @@
|
|||||||
clippy::unnecessary_mut_passed,
|
clippy::unnecessary_mut_passed,
|
||||||
clippy::let_and_return,
|
clippy::let_and_return,
|
||||||
clippy::many_single_char_names,
|
clippy::many_single_char_names,
|
||||||
clippy::tabs_in_doc_comments
|
|
||||||
)]
|
)]
|
||||||
/// Various algorithms and helper methods that are used elsewhere in SmartCore
|
/// Various algorithms and helper methods that are used elsewhere in SmartCore
|
||||||
pub mod algorithm;
|
pub mod algorithm;
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
//! Formally, the distance can be any metric measure that is defined as \\( d(x, y) \geq 0\\) and follows three conditions:
|
//! Formally, the distance can be any metric measure that is defined as \\( d(x, y) \geq 0\\) and follows three conditions:
|
||||||
//! 1. \\( d(x, y) = 0 \\) if and only \\( x = y \\), positive definiteness
|
//! 1. \\( d(x, y) = 0 \\) if and only \\( x = y \\), positive definiteness
|
||||||
//! 1. \\( d(x, y) = d(y, x) \\), symmetry
|
//! 1. \\( d(x, y) = d(y, x) \\), symmetry
|
||||||
//! 1. \\( d(x, y) \leq d(x, z) + d(z, y) \\), subadditivity or triangle inequality
|
//! 1. \\( d(x, y) \leq d(x, z) + d(z, y) \\), subadditivity or triangle inequality
|
||||||
//!
|
//!
|
||||||
//! for all \\(x, y, z \in Z \\)
|
//! for all \\(x, y, z \in Z \\)
|
||||||
//!
|
//!
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
//! and follows three conditions:
|
//! and follows three conditions:
|
||||||
//! 1. \\( d(x, y) = 0 \\) if and only \\( x = y \\), positive definiteness
|
//! 1. \\( d(x, y) = 0 \\) if and only \\( x = y \\), positive definiteness
|
||||||
//! 1. \\( d(x, y) = d(y, x) \\), symmetry
|
//! 1. \\( d(x, y) = d(y, x) \\), symmetry
|
||||||
//! 1. \\( d(x, y) \leq d(x, z) + d(z, y) \\), subadditivity or triangle inequality
|
//! 1. \\( d(x, y) \leq d(x, z) + d(z, y) \\), subadditivity or triangle inequality
|
||||||
//!
|
//!
|
||||||
//! for all \\(x, y, z \in Z \\)
|
//! for all \\(x, y, z \in Z \\)
|
||||||
//!
|
//!
|
||||||
|
|||||||
Reference in New Issue
Block a user