#include "object.h"
Go to the source code of this file.
Typedefs | |
typedef void(* | aspi_learning_rule_t )(aspi_object_t *net, int from_begin, int from_end, int to_begin, int to_end, double alpha_plus, double alpha_neg) |
Functions | |
void | aspi_learning_set_wmax (double wmax) |
Set w_max. | |
double | aspi_learning_get_wmax (void) |
Get w_max. |