Newer
Older
//
// Created by fluffymoo on 11.6.18.
//
Martin Beseda
committed
#include <boost/serialization/export.hpp>
#include "NeuronSerialization.h"
#include "NeuronBinarySerialization.h"
BOOST_CLASS_EXPORT_IMPLEMENT(lib4neuro::NeuronBinary);
namespace lib4neuro {
NeuronBinary::NeuronBinary() {}
if (x >= b) {
return 1.0;
} else {
return 0.0;
}