org.encog.persist.source
Interface ObtainInputStream
-
- All Known Implementing Classes:
- ObtainFallbackStream, ObtainFileInputStream, ObtainResourceInputStream
public interface ObtainInputStreamObtain an input stream in some way. This class is used to abstract between reading an embedded test file and an external one. For example, common datasets, such as Iris may be embedded in an example application, however the option should still be available to read these files externally from CSV files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.io.InputStreamobtain()
-
DMelt 3.0 © DataMelt by jWork.ORG