boonnano 1
C++ library giving usage access to the Boon Logic Nano technology
 
Loading...
Searching...
No Matches

◆ GetRootCause() [2/2]

bool CBoonNano::GetRootCause ( uint8_t * Pattern,
uint32_t PatternSizeInElements,
float * RootCause )

Get the probability array signaling which pattern feature contributed to the pattern being put in the cluster Local high values (max 1.0) are of high significance for the cluster

Parameters
PatternPattern array to compare to the model
PatternSizeInElementsLength of the pattern given
RootCauseArray of length pattern length (= number of features * streaming window size) to populate with the probability significance values
Returns
True if success, false if fail (see GetErrorMessage for more details)