public class PredictCsv
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
getTreePath |
int |
glrmIterNumber |
boolean |
predictContributions |
char |
separator |
boolean |
setInvNumNA |
| Constructor and Description |
|---|
PredictCsv() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
static PredictCsv |
make(java.lang.String[] args,
GenModel model) |
void |
run() |
public char separator
public boolean setInvNumNA
public boolean getTreePath
public boolean predictContributions
public int glrmIterNumber
public static void main(java.lang.String[] args)
public static PredictCsv make(java.lang.String[] args, GenModel model)
public void run()
throws java.lang.Exception
java.lang.Exception