Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Prolog mlpack Library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
Prolog mlpack Library
Wiki
Home
Changes
Page history
New page
Templates
Clone repository
Update Home
authored
2 years ago
by
Dean Samuel Schmitz
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Home.md
+33
-3
33 additions, 3 deletions
Home.md
with
33 additions
and
3 deletions
Home.md
View page @
99aec0cf
---
This is the documentation for the Project Prolog MLpack Library.
Here you can find documentaion on the used Datatypes, a detailed documentation for the available Methods and for the helper files.
...
...
@@ -180,4 +178,36 @@ In the project they can be found under :
# **_Helper Functions_**
## Todo
\ No newline at end of file
## C++ helper
**_arma --> float\\array_ Conversion**
*
convertToArray()
**_float\\array --> arma_ Conversion**
*
convertArrayToRowvec()
*
convertArrayToColvec()
*
convertArrayToVec()
*
convertArrayToMat()
**raising Prolog Exeptions**
*
raisePrologSystemExeption()
*
raisePrologDomainExeption()
---
## Prolog helper
**_\[1,2,3\] <--> float_array_ Conversion**
*
convert_list_to_float_array/ 3, 2
*
convert_float_array_to_list/3
*
convert_float_array_to_2D_list/4
**Utility Predicates**
*
len/2
*
take_csv_row/ 3, 4
*
take_rows_from_iris_CSV/2
\ No newline at end of file
This diff is collapsed.
Click to expand it.