binding_info.hpp File Reference
Include dependency graph for binding_info.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BindingInfo
 The BindingInfo class is used by the Markdown documentation generator to store multiple documentation objects, indexed by both the binding name (i.e. More...

 

Namespaces

 mlpack
 
Linear algebra utility functions, generally performed on matrices or vectors.
 
 mlpack::bindings
 
 mlpack::bindings::markdown
 

Detailed Description

Author
Ryan Curtin

This file defines the BindingInfo singleton class that is used specifically for the Markdown bindings to map from a binding name (i.e. "knn") to multiple documentation objects, which are then used to generate the documentation.

mlpack is free software; you may redistribute it and/or modify it under the terms of the 3-clause BSD license. You should have received a copy of the 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.

Definition in file binding_info.hpp.