All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.chen0040.glm.enums.GlmDistributionFamily Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
package com.github.chen0040.glm.enums;

/**
 * Created by xschen on 14/8/15.
 */
public enum GlmDistributionFamily
{
    Normal,
    Exponential,
    Gamma,
    InverseGaussian,
    Poisson,
    Bernouli,
    Binomial,
    Categorical,
    Multinomial

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy