Class Dataset

java.lang.Object
svm.env.dataset.Dataset
Direct Known Subclasses:
ByteFile, ImageFile

public class Dataset extends Object

Dataset Bridge.

Link to GitHub: Source File.

Author:
Simula Standard, S-Port: The Environment Interface, Øystein Myhre Andersen
  • Field Details

  • Constructor Details

    • Dataset

      public Dataset(String fileName, int type, String action)
      Construct a new DatasetSpec with the given arguments.
      Parameters:
      fileName - the fileName
      type - the fileType
      action - the action string
  • Method Details

    • clfile

      public void clfile()
      Close the underlying file
    • edFileType

      public static String edFileType(int fileType)
      Utility: edit the given fileType
      Parameters:
      fileType - the fileType
      Returns:
      the edited file type
    • toString

      public String toString()
      Overrides:
      toString in class Object