Uses of Interface
sg.edu.nus.comp.nlp.ims.instance.IInstance

Packages that use IInstance
sg.edu.nus.comp.nlp.ims.instance Package related to wsd instance. 
sg.edu.nus.comp.nlp.ims.io Package related to IO. 
sg.edu.nus.comp.nlp.ims.lexelt Package related to one instances set of the same lexelt. 
 

Uses of IInstance in sg.edu.nus.comp.nlp.ims.instance
 

Classes in sg.edu.nus.comp.nlp.ims.instance that implement IInstance
 class CInstance
          a common instance.
 

Methods in sg.edu.nus.comp.nlp.ims.instance that return IInstance
 IInstance IInstanceExtractor.next()
          get the next instance
 IInstance CInstanceExtractor.next()
           
 

Uses of IInstance in sg.edu.nus.comp.nlp.ims.io
 

Methods in sg.edu.nus.comp.nlp.ims.io with parameters of type IInstance
protected  java.lang.String CWekaSparseLexeltWriter.getFeatureVector(IInstance p_Instance, IStatistic p_Stat)
           
protected  java.lang.String CWekaLexeltWriter.getFeatureVector(IInstance p_Instance, IStatistic p_Stat)
          generate the feature vector for one instance
protected  liblinear.FeatureNode[] CLibLinearLexeltWriter.getVector(IInstance p_Instance, IStatistic p_Stat, int[][] p_Indice)
          get the vector of one instance
protected  java.lang.String CLibLinearLexeltWriter.toString(IInstance p_Instance, IStatistic p_Stat, int[][] p_Indice)
          generate feature vector for one instance
protected  java.lang.String CGISLexeltWriter.toString(IInstance p_Instance, IStatistic p_Stat, int[][] p_Indice)
          get the vector of one instance
 

Uses of IInstance in sg.edu.nus.comp.nlp.ims.lexelt
 

Fields in sg.edu.nus.comp.nlp.ims.lexelt with type parameters of type IInstance
protected  java.util.ArrayList<IInstance> ALexelt.m_Instances
           
 

Methods in sg.edu.nus.comp.nlp.ims.lexelt that return IInstance
 IInstance ILexelt.getInstance(int p_Index)
          get instance with index p_Index
 IInstance ALexelt.getInstance(int p_Index)
           
 IInstance ILexelt.removeInstance(int p_Index)
          remove the instance of index p_Index.
 IInstance CLexelt.removeInstance(int p_Index)
          remove instance from lexelt no action will be done to the statistic of this lexelt
 IInstance ILexelt.removeInstance(java.lang.String p_InstanceID)
          remove the instance of index p_Index.
 IInstance ALexelt.removeInstance(java.lang.String p_InstanceID)
           
 

Methods in sg.edu.nus.comp.nlp.ims.lexelt with parameters of type IInstance
 boolean IStatistic.addInstance(IInstance p_iInstance)
          add one instance into the statistic.
 boolean ILexelt.addInstance(IInstance p_iInstance)
          the same as addInstance(p_iInstance, false)
 boolean CStatistic.addInstance(IInstance p_Instance)
           
 boolean ALexelt.addInstance(IInstance p_Instance)
           
 boolean ILexelt.addInstance(IInstance p_iInstance, boolean p_AddToStat)
          add one instance into Lexelt.
 boolean CLexelt.addInstance(IInstance p_iInstance, boolean p_AddToStat)
           
 boolean IStatistic.removeInstance(IInstance p_iInstance)
          remove one instance from the statistic
 boolean CStatistic.removeInstance(IInstance p_iInstance)