resetCorrelationMatrix
You can reset the correlation information between all your data elements which has been created from all previous danubeRecommendation calls
by using the resetCorrelationMatrix endpoint of the danube.ai cloud API. Note that this is a powerful operation as your whole data history will be deleted! If you should accidentally reset your correlation matrix you
can contact us and we will try to help.Request
Below, the resetCorrelationMatrix request's structure is shown.body: {
"query": String
}
The query parameter specifies which GraphQL endpoint to call (see example).Response
The resetCorrelationMatrix endpoint either returns true if the correlation matrix was successfully resetted or false if not.{
"data": {
"resetCorrelationMatrix": Boolean
}
}