Uses of Class
marf.util.BaseThread

Packages that use BaseThread
marf.Classification.NeuralNetwork   
marf.FeatureExtraction   
marf.gui.util   
marf.Storage   
marf.util   
 

Uses of BaseThread in marf.Classification.NeuralNetwork
 

Subclasses of BaseThread in marf.Classification.NeuralNetwork
 class Layer
          Represents a Neural Network Layer.
 class Neuron
          Class Neuron -- a basic element of a neural network.
 

Uses of BaseThread in marf.FeatureExtraction
 

Subclasses of BaseThread in marf.FeatureExtraction
 class FeatureExtractionAggregator.FeatureExtractionThread
          A feature extraction thread simply calls its concrete encapsulated feature extraction module and collects any results or errors from its run.
 

Uses of BaseThread in marf.gui.util
 

Subclasses of BaseThread in marf.gui.util
 class GUIThread
          Represents a MARF GUI Thread for non-blocking GUI components.
 

Uses of BaseThread in marf.Storage
 

Subclasses of BaseThread in marf.Storage
 class SampleRecorder
          Reads data from the input channel and writes to the output stream.
 

Uses of BaseThread in marf.util
 

Subclasses of BaseThread in marf.util
 class Debug
          Simple MARF Debugging Facility.
 class Logger
          MARF Runnable Logging Facility.
 



SourceForge Logo