Newer
Older
//
// Created by fluffymoo on 11.6.18.
//
#include "NeuronBinary.h"
Martin Beseda
committed
double b = 0.0;
if( this->bias ){
b = *this->bias;
}
//
// Created by fluffymoo on 11.6.18.
//
#include "NeuronBinary.h"
double b = 0.0;
if( this->bias ){
b = *this->bias;
}