19#ifndef _WEIGHT_ONE_TERM_H_
20#define _WEIGHT_ONE_TERM_H_
interface for different weight implementations for the weight half of a STDP rule.
The current state data for the rule.
static weight_state_t weight_one_term_apply_potentiation(weight_state_t state, int32_t potentiation)
Apply the potentiation rule to the weight state.
static weight_state_t weight_one_term_apply_depression(weight_state_t state, int32_t depression)
Apply the depression rule to the weight state.