Skip to content
Snippets Groups Projects
Commit 7d37d306 authored by Martin Beseda's avatar Martin Beseda
Browse files

[FIX] Added NeuronBiased header into API.

parent 4271dd86
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,12 @@
#include "../src/DataSet/DataSet.h"
#include "../src/Network/NeuralNetwork.h"
#include "../src/Network/NeuralNetworkSum.h"
#include "../src/Simulator/Simulator.h"
#include "../src/Neuron/Neuron.h"
#include "../src/Neuron/NeuronConstant.h"
#include "../src/Neuron/NeuronBinary.h"
#include "../src/Neuron/NeuronLinear.h"
#include "../src/Neuron/NeuronLogistic.h"
#include "../src/Neuron/NeuronBiased.h"
#include "../src/Solvers/DESolver.h"
#include "../src/ErrorFunction/ErrorFunctions.h"
#include "../src/LearningMethods/ParticleSwarm.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment