Uses of Class
jmaxent.Train

Packages that use Train
jmaxent   
 

Uses of Train in jmaxent
 

Fields in jmaxent declared as Train
 Train Model.train
          The train.
 

Constructors in jmaxent with parameters of type Train
Model(Option option, Data data, Dictionary dict, FeatureGen feaGen, Train train, Inference inference, Evaluation evaluation)
          Instantiates a new model.