Skip to content
Snippets Groups Projects
NeuronBinary.cpp 464 B
Newer Older
#include <boost/serialization/export.hpp>

#include "NeuronSerialization.h"
#include "NeuronBinarySerialization.h"

BOOST_CLASS_EXPORT_IMPLEMENT(lib4neuro::NeuronBinary);
namespace lib4neuro {
    NeuronBinary::NeuronBinary() {}
    double NeuronBinary::activate(double x, double b) {