SuperNN  1.0.0
SuperNN::Network Member List

This is the complete list of members for SuperNN::Network, including all inherited members.

add_layer(Layer &l)SuperNN::Network
add_layers(unsigned n_layers)SuperNN::Network
calc_class(const Data &data, double limit=0.5)SuperNN::Network
calc_class_higher(const Data &data)SuperNN::Network
calc_mae(const Data &data)SuperNN::Network
calc_mse(const Data &data)SuperNN::Network
calc_num_inputs() const SuperNN::Network
calc_num_neurons() const SuperNN::Network
calc_num_weights() const SuperNN::Network
clear_neurons(bool clear_delta, bool clear_run)SuperNN::Network
connect(unsigned from_layer, unsigned to_layer)SuperNN::Network
connect_neuron_to_layer(unsigned from_layer, unsigned from_neuron, unsigned to_layer)SuperNN::Network
init_weights(double min=-0.5, double max=0.5)SuperNN::Network
last_outputSuperNN::Network
layersSuperNN::Network
load_file(const std::string &path)SuperNN::Network
make_fcc(unsigned input, unsigned hidden, unsigned output)SuperNN::Networkstatic
make_mlp(unsigned input, unsigned hidden, unsigned output)SuperNN::Networkstatic
make_mlp(unsigned input, unsigned output)SuperNN::Networkstatic
make_mlp(unsigned input, unsigned hidden1, unsigned hidden2, unsigned output)SuperNN::Networkstatic
n_inputSuperNN::Networkprotected
Network()SuperNN::Network
operator[](unsigned l) const SuperNN::Network
operator[](unsigned l)SuperNN::Network
run(const Row &in, bool calc_error=false)SuperNN::Network
save_file(const std::string &path) const SuperNN::Network
set_activation(ActFuncType type, double s=1)SuperNN::Network
size() const SuperNN::Network
~Network()SuperNN::Networkvirtual