MLPClassifier constructor
MLPClassifier()
To manually instantiate the MLPClassifier. The parameters are lifted directly from scikit-learn. See the attributes here: https://scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html
Implementation
MLPClassifier(this.layers, this.coefs, this.intercepts, this.classes,
this.activation, this.outActivation);