sg.edu.nus.comp.nlp.ims.classifier
Class CWekaModelTrainer.ModelInfo

java.lang.Object
  extended by sg.edu.nus.comp.nlp.ims.classifier.CWekaModelTrainer.ModelInfo
Enclosing class:
CWekaModelTrainer

public class CWekaModelTrainer.ModelInfo
extends java.lang.Object

weka model information

Author:
zhongzhi

Field Summary
 java.lang.String lexelt
           
 java.lang.Object model
           
 IStatistic statistic
           
 
Constructor Summary
CWekaModelTrainer.ModelInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lexelt

public java.lang.String lexelt

model

public java.lang.Object model

statistic

public IStatistic statistic
Constructor Detail

CWekaModelTrainer.ModelInfo

public CWekaModelTrainer.ModelInfo()