|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IStatistic | |
---|---|
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 IStatistic in sg.edu.nus.comp.nlp.ims.io |
---|
Methods in sg.edu.nus.comp.nlp.ims.io with parameters of type IStatistic | |
---|---|
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.util.HashSet<java.lang.Integer> |
CLibSVMLexeltWriter.processTags(IStatistic p_Stat,
java.util.ArrayList<java.lang.String> p_Tags)
change tags to integer (start from 1) |
protected java.util.HashSet<java.lang.Integer> |
CLibLinearLexeltWriter.processTags(IStatistic p_Stat,
java.util.ArrayList<java.lang.String> p_Tags)
change tags to integer (start from 1) |
protected java.util.HashSet<java.lang.Integer> |
CGISLexeltWriter.processTags(IStatistic p_Stat,
java.util.ArrayList<java.lang.String> p_Tags)
change tags to integer (start from 1) |
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 IStatistic in sg.edu.nus.comp.nlp.ims.lexelt |
---|
Classes in sg.edu.nus.comp.nlp.ims.lexelt that implement IStatistic | |
---|---|
class |
CStatistic
statistic of all training instances of a lexelt. |
Fields in sg.edu.nus.comp.nlp.ims.lexelt declared as IStatistic | |
---|---|
protected IStatistic |
ALexelt.m_Statistic
|
Methods in sg.edu.nus.comp.nlp.ims.lexelt that return IStatistic | |
---|---|
IStatistic |
ILexelt.getStatistic()
get the statistic information of this lexelt |
IStatistic |
ALexelt.getStatistic()
|
Methods in sg.edu.nus.comp.nlp.ims.lexelt with parameters of type IStatistic | |
---|---|
void |
IFeatureSelector.filter(IStatistic p_Stat)
filter statistic |
void |
CSurroundingWordFeatureSelector.filter(IStatistic p_Stat)
|
void |
CFeatureSelectorCombination.filter(IStatistic p_Stat)
|
void |
AListFeatureSelector.filter(IStatistic p_Stat)
|
boolean |
ILexelt.setStatistic(IStatistic p_iStatistic)
set the statistic information to the lexelt |
boolean |
ALexelt.setStatistic(IStatistic p_Statistic)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |