===AIChannel=== The **AIChannel** function of the [[mplreport]] class writes an array of data to a file for AI analysis. This is used by the reporting engine to help evaluate what a 'normal' report looks like, so that unusual or unexpected events in reports can be highlighted to users. ==Parameters== ^Parameter^Type^Default^Meaning^ |section|str||The name of the report section. If you have multiple axes in your report, it might be helpful to split the AI analysis up across each axis.| |arr|list||The data to be analysed. This must be an array of floating point numbers. If possible, they should be //normalised// between 0 and 1 or -1 and 1.| ==Return== None