@Option(charName=109,
longName="max-features-num",
usage="Set the maximum number of features.")
public int maxNumFeatures
algorithm
@Option(charName=97,
longName="algorithm",
usage="Choose the training algorithm (stepwise forward selection or least angle regression).")
public TrainTest.SLMType algorithm
alpha
@Option(charName=98,
longName="alpha",
usage="Regularisation strength in the Elastic Net.")
public double alpha
l1Ratio
@Option(charName=108,
longName="l1Ratio",
usage="Ratio between the l1 and l2 penalties in the Elastic Net. Must be between 0 and 1.")
public double l1Ratio
iterations
@Option(longName="iterations",
usage="Iterations of Elastic Net.")
public int iterations