Package org.tinfour.svm
Class SvmMain
- java.lang.Object
-
- org.tinfour.svm.SvmMain
-
public class SvmMain extends Object
Provides the main method for running the Simple Volumetric Model (SVM).
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)The main method for running the Simple Volumetric Model (SVM).
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
The main method for running the Simple Volumetric Model (SVM).- Parameters:
args- a valid, potentially empty array of specifications- Throws:
IOException- in the event of an unrecoverable I/O condition.
-
-