Mentions légales du service

Skip to content
Snippets Groups Projects

cleaning for conda build

Merged CABEL Tristan requested to merge fix-conda-build into 63-add-package-management
3 files
+ 2
24
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -14,9 +14,7 @@ namespace OpenViBE {
namespace Plugins {
namespace Classification {
//Need to be reachable from outside
const char* const MLP_EVALUATION_FUNCTION_NAME = "Evaluation function";
static const char* const MLP_EVALUATION_FUNCTION_NAME = "Evaluation function";
static const char* const MLP_TYPE_NODE_NAME = "MLP";
static const char* const MLP_NEURON_CONFIG_NODE_NAME = "Neuron-configuration";
static const char* const MLP_INPUT_NEURON_COUNT_NODE_NAME = "Input-neuron-count";
Loading