Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
extras
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
The Openvibe Group
extras
Merge requests
!179
Resolve "Update: Signal Processing Third party Eigen"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Update: Signal Processing Third party Eigen"
158-update-signal-processing-third-party-eigen
into
development
Overview
0
Commits
2
Changes
16
Merged
MONSEIGNE Thibaut
requested to merge
158-update-signal-processing-third-party-eigen
into
development
3 years ago
Overview
0
Commits
2
Changes
16
Expand
Closes
#158 (closed)
Edited
3 years ago
by
MONSEIGNE Thibaut
0
0
Merge request reports
Compare
development
version 1
34dc8e80
3 years ago
development (base)
and
latest version
latest version
c24bb3ed
2 commits,
3 years ago
version 1
34dc8e80
1 commit,
3 years ago
16 files
+
0
−
67
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
plugins/processing/classification/src/algorithms/ovpCAlgorithmClassifierMLP.cpp
+
0
−
3
Options
#if defined TARGET_HAS_ThirdPartyEIGEN
#include
"ovpCAlgorithmClassifierMLP.h"
#include
"../ovp_defines.h"
@@ -473,4 +471,3 @@ void CAlgorithmClassifierMLP::loadData(XML::IXMLNode* node, double& value)
}
// namespace Classification
}
// namespace Plugins
}
// namespace OpenViBE
#endif // TARGET_HAS_ThirdPartyEIGEN
Loading