ca.uottawa.balie
Class FeatureRepresentationNominal

java.lang.Object
  extended by ca.uottawa.balie.FeatureRepresentationNominal
All Implemented Interfaces:
FeatureRepresentation, java.io.Serializable

public class FeatureRepresentationNominal
extends java.lang.Object
implements FeatureRepresentation

See Also:
Serialized Form

Constructor Summary
FeatureRepresentationNominal()
           
 
Method Summary
 boolean DoubleOnly()
           
 WekaAttribute[] GetWekaAttributes(FeatureRepresentationVocabulary pi_Vocabulary, int pi_MinFreq, int pi_ContextSize)
           
 java.lang.Object[] GetWekaInstance(java.lang.String[] pi_Inst, weka.core.FastVector pi_Attributes, int pi_MinFreq)
           
 java.lang.String Name()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureRepresentationNominal

public FeatureRepresentationNominal()
Method Detail

GetWekaAttributes

public WekaAttribute[] GetWekaAttributes(FeatureRepresentationVocabulary pi_Vocabulary,
                                         int pi_MinFreq,
                                         int pi_ContextSize)
Specified by:
GetWekaAttributes in interface FeatureRepresentation

GetWekaInstance

public java.lang.Object[] GetWekaInstance(java.lang.String[] pi_Inst,
                                          weka.core.FastVector pi_Attributes,
                                          int pi_MinFreq)
Specified by:
GetWekaInstance in interface FeatureRepresentation

DoubleOnly

public boolean DoubleOnly()
Specified by:
DoubleOnly in interface FeatureRepresentation

Name

public java.lang.String Name()
Specified by:
Name in interface FeatureRepresentation