at.tuwien.ifs.feature.extraction.audio.input
Class SOMLibFormatReader

java.lang.Object
  extended by at.tuwien.ifs.feature.extraction.audio.input.SOMLibFormatReader

public class SOMLibFormatReader
extends java.lang.Object

Copyright Vienna University of Technology

Version:
$Id: SOMLibFormatReader.java 173 2010-06-17 16:28:05Z mayer $ inspired by somtoolbox
Author:
Thomas Lidy

Field Summary
private  int numVectors
           
private  int vecDim
           
private  FeatureVectorData[] vectors
           
 
Constructor Summary
SOMLibFormatReader(java.io.File file)
           
 
Method Summary
 FeatureVectorData[] getFeatureVectors()
           
private  void readVectorFile(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vectors

private FeatureVectorData[] vectors

numVectors

private int numVectors

vecDim

private int vecDim
Constructor Detail

SOMLibFormatReader

public SOMLibFormatReader(java.io.File file)
                   throws java.io.IOException
Throws:
java.io.IOException
Method Detail

readVectorFile

private void readVectorFile(java.io.File file)
                     throws java.io.IOException
Throws:
java.io.IOException

getFeatureVectors

public FeatureVectorData[] getFeatureVectors()