Class KStarCache.TableEntry

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int hash
      attribute value hash code
      double key
      attribute value
      KStarCache.TableEntry next
      next table entry (separate chaining)
      double pmiss
      transformation probability to missing value
      double value
      scale factor or stop parameter
    • Constructor Summary

      Constructors 
      Constructor Description
      TableEntry​(int hash, double key, double value, double pmiss, KStarCache.TableEntry next)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRevision()
      Returns the revision string.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • hash

        public int hash
        attribute value hash code
      • key

        public double key
        attribute value
      • value

        public double value
        scale factor or stop parameter
      • pmiss

        public double pmiss
        transformation probability to missing value
    • Constructor Detail

      • TableEntry

        public TableEntry​(int hash,
                          double key,
                          double value,
                          double pmiss,
                          KStarCache.TableEntry next)
        Constructor
    • Method Detail

      • getRevision

        public java.lang.String getRevision()
        Returns the revision string.
        Specified by:
        getRevision in interface RevisionHandler
        Returns:
        the revision