edu.stanford.nlp.stats
Class StringDistributionDescriptor

java.lang.Object
  |
  +--edu.stanford.nlp.stats.StringDistributionDescriptor
All Implemented Interfaces:
DistributionDescriptor, MeasureDescriptor

public class StringDistributionDescriptor
extends Object
implements DistributionDescriptor

class for "a b | c" descriptors


Constructor Summary
StringDistributionDescriptor(String desc)
           
StringDistributionDescriptor(String desc, Observation obs)
           
 
Method Summary
 Set conditionedVariables()
           
 Set conditioningVariables()
           
 Set fixedVariables()
           
 Set freeVariables()
           
 String value(String variable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringDistributionDescriptor

public StringDistributionDescriptor(String desc,
                                    Observation obs)

StringDistributionDescriptor

public StringDistributionDescriptor(String desc)
Method Detail

freeVariables

public Set freeVariables()
Specified by:
freeVariables in interface DistributionDescriptor

fixedVariables

public Set fixedVariables()
Specified by:
fixedVariables in interface DistributionDescriptor

conditionedVariables

public Set conditionedVariables()
Specified by:
conditionedVariables in interface DistributionDescriptor

conditioningVariables

public Set conditioningVariables()
Specified by:
conditioningVariables in interface DistributionDescriptor

value

public String value(String variable)
Specified by:
value in interface DistributionDescriptor


Stanford NLP Group