com.github.chen0040.glm.search.methods.cgs.BetaFormula 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.search.methods.cgs;
/**
* Created by xschen on 12/8/15.
*/
public enum BetaFormula {
FletcherReeves,
PolakRebiere,
HestenesStiefel
}