Class NetricsRLinkModel


  • public class NetricsRLinkModel
    extends java.lang.Object
    Contains complete content and statistics of an RLink model loaded on a Patterns server.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMetaString()
      Returns a string representation of the object, but with the table name omitted.
      NetricsModelStats getStats()
      Get the statistics of the the RLink model.
      void save​(java.io.OutputStream sw)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • getStats

        public NetricsModelStats getStats()
        Get the statistics of the the RLink model.
        Returns:
        the statistics of the the Link model.
      • save

        public void save​(java.io.OutputStream sw)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getMetaString

        public java.lang.String getMetaString()
        Returns a string representation of the object, but with the table name omitted.
        Returns:
        a string representation of the object, but with the table name omitted.