jsvmstruct
Class StructLearnParam

java.lang.Object
  extended by jsvmstruct.StructLearnParam

public class StructLearnParam
extends Object


Field Summary
 double C
           
 String[] customArgv
           
 double epsilon
           
 int loss_function
           
 int loss_type
           
 double newconstretrain
           
 int slack_norm
           
 
Constructor Summary
StructLearnParam()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

epsilon

public double epsilon

newconstretrain

public double newconstretrain

C

public double C

slack_norm

public int slack_norm

loss_type

public int loss_type

loss_function

public int loss_function

customArgv

public String[] customArgv
Constructor Detail

StructLearnParam

public StructLearnParam()