Uses of Class
databionics.io.BaseFile

Packages that use BaseFile
databionics.io Loading and saving of all file formats. 
databionics.project Managing a collection of file types. 
 

Uses of BaseFile in databionics.io
 

Subclasses of BaseFile in databionics.io
 class ArffFile
          File that stores multivariate data sets in a 2D array in WEKA format.
 class Array2DFile
          Base class for all filetypes with 2D data arrays.
 class Array3DFile
          Base class for all filetypes with 3D data arrays actually stored in 3D array.
 class BMFile
          File that stores a list of best matches.
 class ClassmaskFile
           
 class ClsFile
          File that stores classification of data points or best matches.
 class ColorTable
          File that stores a color table from *.rgb files.
 class CsvFile
          Comma seperated values So far only tested with loading data from finance.yahoo.com.
 class DiagnosisFile
          File that stores possibly multiple classification of data points or best matches.
 class ExplFile
          File that stores explanations why certain rules could not classify some data points.
 class ImxFile
          File that stores an island mask for an ESOM.
 class ListFile
          Base class for files with lists.
 class LrnFile
          File that stores multivariate data sets in a 2D array.
 class MapFile
          Base class for files with lists that need fast access by index.
 class ModFile
          Dummy class to provide this FileType for WEKA model files.
 class NamesFile
          File that stores detailled information about datasets.
 class PicturesFile
          File to store picture names for a slidewhow.
 class PngFile
          Dummy class to provide this FileType for image files.
 class RuleFile
          File that stores DataClass rules.
 class TxtFile
          Dummy class to provide this FileType for plain text files.
 class UmxFile
          File that stores an U-Matrix in a 2D array.
 class WtsFile
          File that stores weights for a SOM grid
 

Uses of BaseFile in databionics.project
 

Fields in databionics.project declared as BaseFile
protected  BaseFile FileSlot.file
          the data of the first file in this slot
 

Methods in databionics.project that return BaseFile
 BaseFile FileSlot.getFile()
          Get the file object
 BaseFile Project.getFileData(FileType type)
          Get data of first filename for slot with FileType type
 

Methods in databionics.project with parameters of type BaseFile
 void Project.addFile(FileType type, BaseFile file, java.lang.String filename)
          Add fileslot for file object and try to load file
 void FileSlot.setFile(BaseFile file)
          Set the file object
 void Project.setFileData(FileType type, BaseFile file)
          Set data for a filetype
 



Copyright © 2005-2006 Databionics Research Group. All Rights Reserved.