Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
joshua.util.quantization.QuantizerConfiguration Class Reference
Collaboration diagram for joshua.util.quantization.QuantizerConfiguration:
[legend]

List of all members.

Public Member Functions

 QuantizerConfiguration ()
void add (String quantizer_key, List< Integer > feature_ids)
void initialize ()
void finalize ()
final Quantizer get (int feature_id)
void read (String file_name) throws IOException
void write (String file_name) throws IOException

Static Package Functions

 [static initializer]

Private Attributes

ArrayList< Quantizerquantizers
Map< Integer, Integer > quantizerByFeatureId

Static Private Attributes

static final Quantizer DEFAULT

Constructor & Destructor Documentation


Member Function Documentation

joshua.util.quantization.QuantizerConfiguration.[static initializer] ( ) [static, package]
void joshua.util.quantization.QuantizerConfiguration.add ( String  quantizer_key,
List< Integer >  feature_ids 
)

Here is the call graph for this function:

Here is the caller graph for this function:

Here is the caller graph for this function:

Here is the caller graph for this function:

Here is the caller graph for this function:

void joshua.util.quantization.QuantizerConfiguration.read ( String  file_name) throws IOException

Here is the call graph for this function:

Here is the caller graph for this function:

void joshua.util.quantization.QuantizerConfiguration.write ( String  file_name) throws IOException

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation