Skip to main content
. 2020 Nov 10;14:601829. doi: 10.3389/fninf.2020.601829

Algorithm 1.

Training of node splitting.

1:  Randomly generates a set of feature subspace candidates {wj}
2:  For each wj, find the optimal τj*=argmaxτG(wj,τ,X,Y) that best splits the data.
3:  Among all {wj, τj*}, pick the one with largest information gain: j*=argmaxjG(wj,τj*,X,Y)