|
Sautrela | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.gtts.sautrela.engine.AbstractDataProcessor
edu.gtts.sautrela.wfsa.models.GMMTrainer
public class GMMTrainer
| 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 |
|---|
public GMMTrainer()
| Method Detail |
|---|
public int getThreadNumber()
public void setThreadNumber(int threadNumber)
public java.lang.String getOutputFileName()
public void setOutputFileName(java.lang.String fileName)
fileName - New value of property outputFileName.public java.net.URL getTargetURL()
public void setTargetURL(java.net.URL url)
throws DataProcessorException
url - New value of property targetURL.
DataProcessorExceptionpublic double getMapCount()
public void setMapCount(double mapCount)
mapCount - New value of property mapCount.public int getTopN()
public void setTopN(int topN)
topN - New value of property topN.
public void process(Buffer in,
Buffer out)
throws DataProcessorException
DataProcessor
in - Input Bufferout - Output Buffer
DataProcessorExceptionpublic void editBeanInfo(java.beans.BeanInfo info)
editBeanInfo in class AbstractDataProcessorpublic static void main(java.lang.String[] args)
|
Sautrela | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||