com.github.chen0040.glm.enums.GlmDistributionFamily Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-glm Show documentation
Show all versions of java-glm Show documentation
Generalized linear models implemented in Java
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