Uses of Class
io.github.hakkelt.bartwrapper.BartException
-
-
Uses of BartException in io.github.hakkelt.bartwrapper
Methods in io.github.hakkelt.bartwrapper that throw BartException Modifier and Type Method Description static void
Bart. execute(Object... args)
Execute a BART command Example:static void
Bart. execute(Consumer<String> outputConsumer, Object... args)
Execute a BART command Example:static String
Bart. read(Object... args)
Executes a BART command and reads its output to a String Example:static BartNDArray
Bart. run(Object... args)
Executes a BART command and reads its output to an NDArraystatic BartNDArray
Bart. run(Consumer<String> outputConsumer, Object... args)
Executes a BART command and reads its output to an NDArray.
-