Type Definition linfa_kernel::Kernel [−][src]
pub type Kernel<F> = KernelBase<Array2<F>, CsMat<F>>;
Expand description
Type definition of Kernel that owns its inner matrix
Implementations
pub fn new<N: NearestNeighbour>(
dataset: ArrayView2<'a, F>,
params: &KernelParams<F, N>
) -> Kernel<F>
Gives a KernelView which has a view on the original kernel’s inner matrix