softmaxGroup
    .append("rect")
    .attr("class", "softmaxNode")
    .attr("width", this.nodeRadius * 2)
    .attr("height", this.neuralNetworkHeight)