|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectliblinear.Train
public class Train
| Constructor Summary | |
|---|---|
Train()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
static Problem |
readProblem(java.io.File file,
double bias)
reads a problem from LibSVM format |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Train()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.io.IOException,
InvalidInputDataException
java.io.IOException
InvalidInputDataException
public static Problem readProblem(java.io.File file,
double bias)
throws java.io.IOException,
InvalidInputDataException
filename - the name of the svm file
java.io.IOException - obviously in case of any I/O exception ;)
InvalidInputDataException - if the input file is not correctly formatted
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||