Returns R,G,B color of a given decision


const char* mira_GetDecColor(mrkernel* pmr,int decInd,unsigned char* R,unsigned char* G,unsigned char* B);


Input: 

  • Runtime environment pointer
  • Decision index (0 to number of decisions - 1)
  • pointer to red, green and blue color


Output: String name of a class (decision)


Description:

mira_GetDecColor returns R,G, and B colors for a given decision