TrendingAndStableAssociations Data Type

Properties
name data type description
trendingAssociations array of Association
observer Observer
stableAssociations array of StableAssociation
timestamp object

Example

{
  "trendingAssociations" : [ {
    "word" : "...",
    "strength" : 12345.0,
    "documentCount" : 12345,
    "forWord" : "..."
  }, {
    "word" : "...",
    "strength" : 12345.0,
    "documentCount" : 12345,
    "forWord" : "..."
  } ],
  "observer" : {
    "id" : 12345,
    "name" : "...",
    "created" : { },
    "kpiId" : 12345
  },
  "stableAssociations" : [ {
    "strength" : 12345.0,
    "word" : "..."
  }, {
    "strength" : 12345.0,
    "word" : "..."
  } ],
  "timestamp" : { }
}