Uses of Package
marf.Storage

Packages that use marf.Storage
marf   
marf.Classification   
marf.Classification.Distance   
marf.Classification.Markov   
marf.Classification.NeuralNetwork   
marf.Classification.RandomClassification   
marf.Classification.Similarity   
marf.Classification.Stochastic   
marf.FeatureExtraction   
marf.FeatureExtraction.Cepstral   
marf.FeatureExtraction.F0   
marf.FeatureExtraction.FFT   
marf.FeatureExtraction.LPC   
marf.FeatureExtraction.MinMaxAmplitudes   
marf.FeatureExtraction.RandomFeatureExtraction   
marf.FeatureExtraction.RawFeatureExtraction   
marf.FeatureExtraction.Segmentation   
marf.Preprocessing   
marf.Preprocessing.CFEFilters   
marf.Preprocessing.Dummy   
marf.Preprocessing.Endpoint   
marf.Preprocessing.FFTFilter   
marf.Stats.StatisticalEstimators   
marf.Stats.StatisticalEstimators.Smoothing   
marf.Storage   
marf.Storage.Loaders   
marf.gui   
marf.nlp.Parsing   
marf.nlp.Parsing.GrammarCompiler   
marf.nlp.Storage   
 

Classes in marf.Storage used by marf
ISampleLoader
          Common sample loading interface.
ModuleParams
          Class ModuleParams provides ability to pass module-specific parameters from an application.
Result
          Represents a single classification result - ID and some value indicating either certain distance from the sample being recognized or a probability.
ResultSet
          Class ResultSet represents classification result set - IDs and some stats.
Sample
          Sample data container.
 

Classes in marf.Storage used by marf.Classification
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
Result
          Represents a single classification result - ID and some value indicating either certain distance from the sample being recognized or a probability.
ResultSet
          Class ResultSet represents classification result set - IDs and some stats.
StorageException
          Class StorageException indicates a serialization/storage-related error.
StorageManager
          Class StorageManager provides basic persistence manager.
TrainingSet
          TrainingSet -- Encapsulates Subject ID and subject's clusters or a feature set.
 

Classes in marf.Storage used by marf.Classification.Distance
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
Result
          Represents a single classification result - ID and some value indicating either certain distance from the sample being recognized or a probability.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.Classification.Markov
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
StorageException
          Class StorageException indicates a serialization/storage-related error.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.Classification.NeuralNetwork
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
Result
          Represents a single classification result - ID and some value indicating either certain distance from the sample being recognized or a probability.
StorageException
          Class StorageException indicates a serialization/storage-related error.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.Classification.RandomClassification
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
Result
          Represents a single classification result - ID and some value indicating either certain distance from the sample being recognized or a probability.
StorageException
          Class StorageException indicates a serialization/storage-related error.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.Classification.Similarity
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
Result
          Represents a single classification result - ID and some value indicating either certain distance from the sample being recognized or a probability.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.Classification.Stochastic
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
Result
          Represents a single classification result - ID and some value indicating either certain distance from the sample being recognized or a probability.
StorageException
          Class StorageException indicates a serialization/storage-related error.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.FeatureExtraction
FeatureSet
          FeatureSet -- Encapsulates subject's feature vectors.
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.FeatureExtraction.Cepstral
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.FeatureExtraction.F0
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.FeatureExtraction.FFT
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
Sample
          Sample data container.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.FeatureExtraction.LPC
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.FeatureExtraction.MinMaxAmplitudes
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.FeatureExtraction.RandomFeatureExtraction
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
Sample
          Sample data container.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.FeatureExtraction.RawFeatureExtraction
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.FeatureExtraction.Segmentation
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.Preprocessing
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
Sample
          Sample data container.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.Preprocessing.CFEFilters
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
Sample
          Sample data container.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.Preprocessing.Dummy
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
Sample
          Sample data container.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.Preprocessing.Endpoint
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
Sample
          Sample data container.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.Preprocessing.FFTFilter
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
Sample
          Sample data container.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.Stats.StatisticalEstimators
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
StorageException
          Class StorageException indicates a serialization/storage-related error.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.Stats.StatisticalEstimators.Smoothing
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.Storage
Cluster
          Cluster contains a cluster information per subject.
IDatabase
          Subject database interface.
ISampleLoader
          Common sample loading interface.
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
ITrainingSample
          All training set beans should implement this interface.
MARFAudioFileFormat
          Supported MARF Audio File Formats.
MARFAudioFileFormat.Type
          In addition to the types defined in AudioFileFormat.Type defines MP3, MIDI, and ULAW formats and their extensions.
ModuleParams
          Class ModuleParams provides ability to pass module-specific parameters from an application.
Result
          Represents a single classification result - ID and some value indicating either certain distance from the sample being recognized or a probability.
ResultSet
          Class ResultSet represents classification result set - IDs and some stats.
Sample
          Sample data container.
StorageException
          Class StorageException indicates a serialization/storage-related error.
StorageManager
          Class StorageManager provides basic persistence manager.
TrainingSample
          TrainingSample contains one item in the training set.
 

Classes in marf.Storage used by marf.Storage.Loaders
ISampleLoader
          Common sample loading interface.
Sample
          Sample data container.
SampleLoader
          Abstract class that provides a generic implementation of the sample loading interface.
StorageException
          Class StorageException indicates a serialization/storage-related error.
 

Classes in marf.Storage used by marf.gui
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
StorageException
          Class StorageException indicates a serialization/storage-related error.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.nlp.Parsing
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
StorageException
          Class StorageException indicates a serialization/storage-related error.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.nlp.Parsing.GrammarCompiler
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
StorageException
          Class StorageException indicates a serialization/storage-related error.
StorageManager
          Class StorageManager provides basic persistence manager.
 

Classes in marf.Storage used by marf.nlp.Storage
IStorageManager
          Almost every concrete module must implement this interface if it cannot extend from the StorageManager class.
StorageManager
          Class StorageManager provides basic persistence manager.
 



SourceForge Logo