public interface BayesModel<MODEL extends BayesModel,FEATURES,OUTPUT> extends IgniteModel<FEATURES,OUTPUT>, Exportable<MODEL>
Modifier and Type | Method and Description |
---|---|
double[] |
probabilityPowers(FEATURES vector)
Returns an array where the index correapons a label, and value corresponds
log(probability) to be this label. |
andBefore, andThen, andThen, close, combine, toString
saveModel
double[] probabilityPowers(FEATURES vector)
log(probability)
to be this label.
The prior probabilities are not count.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.12.0 Release Date : January 10 2022