MCPcopy Create free account
hub / github.com/bwaldvogel/liblinear-java / printf

Method printf

src/main/java/de/bwaldvogel/liblinear/Linear.java:514–519  ·  view source on GitHub ↗
(Formatter formatter, String format, Object... args)

Source from the content-addressed store, hash-verified

512 }
513
514 static void printf(Formatter formatter, String format, Object... args) throws IOException {
515 formatter.format(format, args);
516 IOException ioException = formatter.ioException();
517 if (ioException != null)
518 throw ioException;
519 }
520
521 /**
522 * Writes the model to the modelOutput.

Callers 9

saveModelMethod · 0.95
doPredictMethod · 0.80
exit_with_helpMethod · 0.80
mainMethod · 0.80
infoMethod · 0.80
do_find_parametersMethod · 0.80
do_cross_validationMethod · 0.80
exit_with_helpMethod · 0.80
parse_command_lineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected