File: core.md

package info (click to toggle)
mlpack 4.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 31,272 kB
  • sloc: cpp: 226,039; python: 1,934; sh: 1,198; lisp: 414; makefile: 85
file content (13 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Utility classes

Underlying the implementations of [mlpack's machine learning
algorithms](../index.md) are mlpack core support classes, each of which are
documented in the pages below:

 * [Core math utilities](core/math.md): utility classes for mathematical
   purposes
 * [Distances](core/distances.md): distance metrics for geometric algorithms
 * [Distributions](core/distributions.md): probability distributions
 * [Kernels](core/kernels.md): Mercer kernels for kernel-based algorithms
 * [Trees](core/trees.md): space partitioning trees and other geometric tree
   structures