marf.Classification.Markov
Class Markov

java.lang.Object
  extended by marf.Storage.StorageManager
      extended by marf.Classification.Classification
          extended by marf.Classification.Stochastic.Stochastic
              extended by marf.Classification.Markov.Markov
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, IClassification, IStorageManager

public class Markov
extends Stochastic

Hidden Markov Models-based Classification Module.

Not Implemented.

$Id: Markov.java,v 1.24 2006/07/31 02:19:13 mokhov Exp $

Since:
0.0.1
Version:
$Revision: 1.24 $
Author:
Serguei Mokhov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class marf.Classification.Classification
adFeatureVector, oFeatureExtraction, oResultSet, oTrainingSet
 
Fields inherited from class marf.Storage.StorageManager
bDumpOnNotFound, iCurrentDumpMode, oObjectToSerialize, strFilename
 
Fields inherited from interface marf.Classification.IClassification
MARF_INTERFACE_CODE_REVISION
 
Fields inherited from interface marf.Storage.IStorageManager
DUMP_BINARY, DUMP_CSV_TEXT, DUMP_GZIP_BINARY, DUMP_HTML, DUMP_SQL, DUMP_XML, MARF_INTERFACE_CODE_REVISION, STORAGE_FILE_EXTENSIONS
 
Constructor Summary
Markov(IFeatureExtraction poFeatureExtraction)
          Markov Constructor.
 
Method Summary
 boolean classify()
          Not Implemented.
 void dump()
          Not Implemented.
static java.lang.String getMARFSourceCodeRevision()
          Retrieves class' revision.
 void restore()
          Not Implemented.
 boolean train()
          Not Implemented.
 
Methods inherited from class marf.Classification.Stochastic.Stochastic
classify, getResult, train
 
Methods inherited from class marf.Classification.Classification
clone, getFeatureExtraction, getResultSet, getTrainingSetFilename, loadTrainingSet, setFeatureExtraction
 
Methods inherited from class marf.Storage.StorageManager
backSynchronizeObject, dumpBinary, dumpCSV, dumpGzipBinary, dumpHTML, dumpSQL, dumpXML, enableDumpOnNotFound, equals, getDefaultExtension, getDefaultExtension, getDumpMode, getFilename, getObjectToSerialize, hashCode, restoreBinary, restoreCSV, restoreGzipBinary, restoreHTML, restoreSQL, restoreXML, setDumpMode, setFilename, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Markov

public Markov(IFeatureExtraction poFeatureExtraction)
Markov Constructor.

Parameters:
poFeatureExtraction - FeatureExtraction module reference
Method Detail

classify

public boolean classify()
                 throws ClassificationException
Not Implemented.

Specified by:
classify in interface IClassification
Overrides:
classify in class Classification
Returns:
nothing
Throws:
NotImplementedException
ClassificationException - never thrown
See Also:
IClassification.classify()

train

public boolean train()
              throws ClassificationException
Not Implemented.

Specified by:
train in interface IClassification
Overrides:
train in class Classification
Returns:
nothing
Throws:
NotImplementedException
ClassificationException - never thrown
See Also:
TrainingSet

dump

public void dump()
          throws StorageException
Not Implemented.

Specified by:
dump in interface IStorageManager
Overrides:
dump in class Classification
Throws:
NotImplementedException
StorageException - never thrown
See Also:
IStorageManager.DUMP_GZIP_BINARY, IStorageManager.DUMP_BINARY, StorageManager.dumpGzipBinary(), StorageManager.dumpCSV(), StorageManager.dumpBinary(), StorageManager.dumpXML(), StorageManager.dumpHTML(), StorageManager.dumpSQL(), StorageManager.backSynchronizeObject(), StorageManager.iCurrentDumpMode

restore

public void restore()
             throws StorageException
Not Implemented.

Specified by:
restore in interface IStorageManager
Overrides:
restore in class Classification
Throws:
NotImplementedException
StorageException - never thrown
See Also:
IStorageManager.DUMP_GZIP_BINARY, IStorageManager.DUMP_BINARY, StorageManager.dumpGzipBinary(), StorageManager.dumpCSV(), StorageManager.dumpBinary(), StorageManager.dumpXML(), StorageManager.dumpHTML(), StorageManager.dumpSQL(), StorageManager.backSynchronizeObject(), StorageManager.iCurrentDumpMode

getMARFSourceCodeRevision

public static java.lang.String getMARFSourceCodeRevision()
Retrieves class' revision.

Returns:
revision string
Since:
0.3.0.2


SourceForge Logo