at.tuwien.ifs.feature.extraction.audio.data
Class FeatureExtractionOptions

java.lang.Object
  extended by at.tuwien.ifs.feature.extraction.audio.data.FeatureExtractionOptions

public class FeatureExtractionOptions
extends java.lang.Object

Copyright Vienna University of Technology

Version:
$Id: FeatureExtractionOptions.java 214 2011-05-07 11:03:32Z mayer $
Author:
Thomas Lidy

Field Summary
 int bandLimit
           
 boolean combineFeaturesIntoOneFile
           
 boolean enableArffGZip
           
 boolean enableArffVectorLabel
           
 boolean enableSOMLibGZip
           
 boolean extractRH
           
 boolean extractRP
           
 boolean extractSSD
           
 boolean graphicalEnvironment
           
 java.lang.String inputBaseDir
           
 int modAmplLimit
           
 java.lang.String outputBaseFilename
           
 ExtractorStatusPanel progressPanel
           
 boolean showFeatureVis
           
 boolean showIntermediateVis
           
 int skipLeadInFadeOut
           
 int stepWidth
           
 java.awt.Frame visParentFrame
           
 boolean writeOSIRIS
           
 boolean writeSOMLib
           
 boolean writeWekaARFF
           
 boolean writeXML
           
 
Constructor Summary
FeatureExtractionOptions()
           
 
Method Summary
 int determineNumberOfOutputFiles()
           
 void disableGraphics()
           
 java.lang.String[] getFileExtensionsOfFeatureSets()
           
 int getNumberOfFeatureSets()
           
 int getNumberOfOutputFormats()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enableSOMLibGZip

public boolean enableSOMLibGZip

enableArffGZip

public boolean enableArffGZip

enableArffVectorLabel

public boolean enableArffVectorLabel

graphicalEnvironment

public boolean graphicalEnvironment

showFeatureVis

public boolean showFeatureVis

showIntermediateVis

public boolean showIntermediateVis

visParentFrame

public java.awt.Frame visParentFrame

progressPanel

public ExtractorStatusPanel progressPanel

inputBaseDir

public java.lang.String inputBaseDir

outputBaseFilename

public java.lang.String outputBaseFilename

extractRP

public boolean extractRP

extractSSD

public boolean extractSSD

extractRH

public boolean extractRH

bandLimit

public int bandLimit

modAmplLimit

public int modAmplLimit

stepWidth

public int stepWidth

skipLeadInFadeOut

public int skipLeadInFadeOut

writeSOMLib

public boolean writeSOMLib

writeXML

public boolean writeXML

writeOSIRIS

public boolean writeOSIRIS

writeWekaARFF

public boolean writeWekaARFF

combineFeaturesIntoOneFile

public boolean combineFeaturesIntoOneFile
Constructor Detail

FeatureExtractionOptions

public FeatureExtractionOptions()
Method Detail

disableGraphics

public void disableGraphics()

getNumberOfFeatureSets

public int getNumberOfFeatureSets()

getFileExtensionsOfFeatureSets

public java.lang.String[] getFileExtensionsOfFeatureSets()

getNumberOfOutputFormats

public int getNumberOfOutputFormats()

determineNumberOfOutputFiles

public int determineNumberOfOutputFiles()