API Documentation

The pyRuleAnalyzer module exports five main classes:

  • Rule – Represents a single decision path extracted from a tree.

  • RuleClassifier – Core rule-based classifier with prediction, export, and analysis capabilities.

  • DTAnalyzer – Analysis wrapper specialized for Decision Tree models.

  • RFAnalyzer – Analysis wrapper specialized for Random Forest models.

  • GBDTAnalyzer – Analysis wrapper specialized for Gradient Boosting Decision Trees models.