Class GenusWordConditionalProb

java.lang.Object
edu.msu.cme.rdp.classifier.GenusWordConditionalProb

public class GenusWordConditionalProb extends Object
A GenusWordConditionalProb holds the index of the genus node, and the conditional probability that genus node contains the word.
  • Constructor Summary

    Constructors
    Constructor
    Description
    GenusWordConditionalProb(int index, float prob)
    Creates a new instance of GenusWordConditionalProb For a word indexed in wordConditionalProbIndexArr, it holds the index of the genus node, and the conditional probability that genus node contains the word.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the index of the genus node
    float
    Returns the conditional probability that the genus node contains the word.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GenusWordConditionalProb

      public GenusWordConditionalProb(int index, float prob)
      Creates a new instance of GenusWordConditionalProb For a word indexed in wordConditionalProbIndexArr, it holds the index of the genus node, and the conditional probability that genus node contains the word.
  • Method Details

    • getGenusIndex

      public int getGenusIndex()
      Returns the index of the genus node
    • getProbability

      public float getProbability()
      Returns the conditional probability that the genus node contains the word.