Package com.netrics.likeit
Class NetricsRLinkModel
- java.lang.Object
-
- com.netrics.likeit.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()
-
-
-
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 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.
-
-