Package com.netrics.likeit
Class NetricsRLinkModel
- java.lang.Object
-
- com.netrics.likeit.NetricsRLinkModel
-
public class NetricsRLinkModel extends java.lang.ObjectContains 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.StringgetMetaString()Returns a string representation of the object, but with the table name omitted.NetricsModelStatsgetStats()Get the statistics of the the RLink model.voidsave(java.io.OutputStream sw)java.lang.StringtoString()
-
-
-
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:
toStringin classjava.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.
-
-