Uses of Class
org.strbio.io.PrintfStream

Packages that use PrintfStream
org.strbio.math These classes perform functions related to mathematics and statistics. 
org.strbio.util These classes perform general purpose utility functions. 
 

Uses of PrintfStream in org.strbio.math
 

Methods in org.strbio.math with parameters of type PrintfStream
 void FHalfMatrix.print(PrintfStream outfile)
          Print nicely formatted data to a PrintfStream.
 void DHalfMatrix.print(PrintfStream outfile)
          Print nicely formatted data to a PrintfStream.
 

Uses of PrintfStream in org.strbio.util
 

Methods in org.strbio.util with parameters of type PrintfStream
 void NeuralNet.save(PrintfStream outfile)
          save weights in an open text file, for portability (to C) and readability.