Xplain.Db.Graph

Xplain.Db.Graph()

This class represents a Graph of a Xplain predictive model. Provides methods to get data from the Graph.

getRawData

getRawData()

Returns this graph’s data as it has been returned by the backend, i.e. “raw”.

Returns

{Object} This graph’s data as it has been returned by the backend

getSession

getSession()

Returns the session to which this graph belongs.

Returns

{Xplain.Db.Session} the session to which this graph belongs.

getTargetNodeName

getTargetNodeName()

Returns the target node name of this graph.

Returns

{string} the target node name of this graph