- aiRawData | The PV, radiation and environmental data currently stored for the AI. |
- aiRuleStrings | Returns a list that describes the AI's decision tree in the form of rules. |
- | Note: While the order of the rules is not predictable, the |
- | order of criteria within each rule, however, reflects the order |
- | in which the criteria are considered in the decision-making process. |
+ aiRawData | Display of the PV, radiation and environmental data currently stored for the AI. |
+ | (available if the Perl module AI::DecisionTree is installed) |
+ | |
+ aiRuleStrings | Returns a list that describes the AI's decision tree in the form of rules. |
+ | Note: While the order of the rules is not predictable, the |
+ | order of criteria within each rule, however, reflects the order |
+ | in which the criteria are considered in the decision-making process. |
+ | (available if an AI-compatible SolarForecast MODEL of the PV forecast is activated) |