weight property

int get weight

Implementation

int get weight =>
    (inputs.length * INPUT_SIZE) + (outputs.length * OUTPUT_SIZE * GAMMA);