Sautrela

edu.gtts.sautrela.wfsa.models
Class GMMTrainer

java.lang.Object
  extended by edu.gtts.sautrela.engine.AbstractDataProcessor
      extended by edu.gtts.sautrela.wfsa.models.GMMTrainer
All Implemented Interfaces:
DataProcessor, java.beans.BeanInfo, java.io.Serializable

public class GMMTrainer
extends AbstractDataProcessor

Author:
mpenagar
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
GMMTrainer()
           
 
Method Summary
 void editBeanInfo(java.beans.BeanInfo info)
           
 double getMapCount()
          Getter for property mapCount.
 java.lang.String getOutputFileName()
          Getter for property outputFileName.
 java.net.URL getTargetURL()
          Getter for property targetURL.
 int getThreadNumber()
          Getter for property outputFileName.
 int getTopN()
          Getter for property topN.
static void main(java.lang.String[] args)
           
 void process(Buffer in, Buffer out)
          Data is pulled from imput buffer, processed and pushed into the output buffer.
 void setMapCount(double mapCount)
          Setter for property mapCount.
 void setOutputFileName(java.lang.String fileName)
          Setter for property outputFileName.
 void setTargetURL(java.net.URL url)
          Setter for property targetURL.
 void setThreadNumber(int threadNumber)
          Getter for property outputFileName.
 void setTopN(int topN)
          Setter for property topN.
 
Methods inherited from class edu.gtts.sautrela.engine.AbstractDataProcessor
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getName, getPropertyDescriptors, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GMMTrainer

public GMMTrainer()
Method Detail

getThreadNumber

public int getThreadNumber()
Getter for property outputFileName.

Returns:
Value of property outputFileName.

setThreadNumber

public void setThreadNumber(int threadNumber)
Getter for property outputFileName.


getOutputFileName

public java.lang.String getOutputFileName()
Getter for property outputFileName.

Returns:
Value of property outputFileName.

setOutputFileName

public void setOutputFileName(java.lang.String fileName)
Setter for property outputFileName.

Parameters:
fileName - New value of property outputFileName.

getTargetURL

public java.net.URL getTargetURL()
Getter for property targetURL.

Returns:
Value of property targetURL.

setTargetURL

public void setTargetURL(java.net.URL url)
                  throws DataProcessorException
Setter for property targetURL.

Parameters:
url - New value of property targetURL.
Throws:
DataProcessorException

getMapCount

public double getMapCount()
Getter for property mapCount.

Returns:
Value of property mapCount.

setMapCount

public void setMapCount(double mapCount)
Setter for property mapCount.

Parameters:
mapCount - New value of property mapCount.

getTopN

public int getTopN()
Getter for property topN.

Returns:
Value of property topN.

setTopN

public void setTopN(int topN)
Setter for property topN.

Parameters:
topN - New value of property topN.

process

public void process(Buffer in,
                    Buffer out)
             throws DataProcessorException
Description copied from interface: DataProcessor
Data is pulled from imput buffer, processed and pushed into the output buffer. Processing mus finish as sooan as a CloseData is received.

Parameters:
in - Input Buffer
out - Output Buffer
Throws:
DataProcessorException

editBeanInfo

public void editBeanInfo(java.beans.BeanInfo info)
Overrides:
editBeanInfo in class AbstractDataProcessor

main

public static void main(java.lang.String[] args)

Sautrela