Class InMemory.PredictionContainer

  • Enclosing class:
    InMemory

    public static class InMemory.PredictionContainer
    extends java.lang.Object
    Container for storing the predictions alongside the additional attributes.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Returns a string representation of the container.
      • Methods inherited from class java.lang.Object

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

      • instance

        public Instance instance
        the instance.
      • prediction

        public Prediction prediction
        the prediction.
      • attributeValues

        public java.util.Map<java.lang.String,​java.lang.Object> attributeValues
        the associated attribute values (attribute-name - value).
    • Constructor Detail

      • PredictionContainer

        public PredictionContainer()
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns a string representation of the container.
        Overrides:
        toString in class java.lang.Object
        Returns:
        the string representation