Package org.tinfour.svm
Class SvmComputation
- java.lang.Object
-
- org.tinfour.svm.SvmComputation
-
public class SvmComputation extends Object
Provide logic and elements for performing a volume computation for the specified input data.
-
-
Constructor Summary
Constructors Constructor Description SvmComputation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessVolume(PrintStream ps, SvmProperties properties, SvmBathymetryData data)Performs the main process, printing the results to the specified print stream.
-
-
-
Method Detail
-
processVolume
public void processVolume(PrintStream ps, SvmProperties properties, SvmBathymetryData data) throws IOException
Performs the main process, printing the results to the specified print stream.- Parameters:
ps- a valid print stream instance for reporting output.properties- a valid set of properties specification for processing options.data- a valid instance giving data for processing- Throws:
IOException- in the event of an unrecoverable I/O exception.
-
-