Set or gets the threshold array. This does not modify any of the other values in the network, it just sets the threshold array. If you want to change the structure of the neural network you should use the pruning classes.
public double[] Threshold { public get; public set; }