compressed-matrix.h File Reference
Include dependency graph for compressed-matrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CompressedMatrix
 
struct  CompressedMatrix::GlobalHeader
 
struct  CompressedMatrix::PerColHeader
 

Namespaces

 kaldi
 This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
 

Enumerations

enum  CompressionMethod {
  kAutomaticMethod = 1, kSpeechFeature = 2, kTwoByteAuto = 3, kTwoByteSignedInteger = 4,
  kOneByteAuto = 5, kOneByteUnsignedInteger = 6, kOneByteZeroOne = 7
}