fix: formatting

This commit is contained in:
Volodymyr Orlov
2020-10-28 17:23:40 -07:00
parent cf4f658f01
commit 797dc3c8e0
2 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ impl Kernels {
#[derive(Serialize, Deserialize, Debug)]
pub struct LinearKernel {}
/// Radial basis function (Gaussian) kernel
/// Radial basis function (Gaussian) kernel
pub struct RBFKernel<T: RealNumber> {
/// kernel coefficient
pub gamma: T,