BernoulliNB constructor
To manually instantiate the GaussianNB. The parameters are lifted directly from scikit-learn. See the attributes here: https://scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.BernoulliNB.html
Implementation
BernoulliNB(this.priors, this.negProbs, this.delProbes, this.classes);