diff --git a/api_reference.html b/api_reference.html
index d2228dc..e71a588 100644
--- a/api_reference.html
+++ b/api_reference.html
@@ -113,28 +113,45 @@
-
-export_dot(filepath: str = '') → None
-Export the decision tree in DOT format for visualization with Graphviz.
-
-- Parameters
filepath (str, optional): Name of the output file.
+export_dot(out_file: str = '', feature_names: ndarray | None = None, class_names: Dict[int, str] | None = None) → None
+Export the decision tree in DOT format for visualization with Graphviz.
+DOT representation is written to out_file if given, otherwise it is displayed on screen (standard output)
+
+- Parameters:
+
+out_file ((str, optional)) – Name of the output file.
+feature_names ((numpy.ndarray, optional)) – 1D Numpy array that represents the names of the features.
+class_names ((dict, optional)) – Dictionary with int keys and str values that represent the class names.
+
+
+- Return type:
+None
-- Returns
None
+- Raises:
+ValueError – If fit method has not been called (self.__tree is None):
-
-export_text(filepath: str = '') → None
-Create a text representation of all the rules in the decision tree.
+export_text(out_file: str = '', feature_names: ndarray | None = None, class_names: Dict[int, str] | None = None) → None
+
Creates a text representation of all the rules in the decision tree.
Text is written to out_file if given, otherwise it is displayed on screen (standard ouput).
- Parameters:
-filepath (str, optional) (Name of the output file.)
+
+out_file ((str, optional)) – Name of the output file.
+feature_names ((numpy.ndarray, optional)) – 1D Numpy array that represents the names of the features.
+class_names ((dict, optional)) – Dictionary with int keys and str values that represent the class names.
+
- Return type:
None
+- Raises:
+ValueError – If fit method has not been called (self.__tree is None):
+
diff --git a/searchindex.js b/searchindex.js
index 6f25298..60c51dc 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["api_reference", "index", "lifecycle", "readme"], "filenames": ["api_reference.rst", "index.rst", "lifecycle.md", "readme.md"], "titles": ["API reference", "Welcome to PyMurTree\u2019s documentation!", "Lifecycle & automation", "PyMurTree"], "terms": {"class": 0, "pymurtre": 0, "optimaldecisiontreeclassifi": [0, 1, 3], "time": [0, 3], "int": 0, "600": 0, "max_depth": [0, 3], "3": [0, 3], "max_num_nod": [0, 3], "none": 0, "sparse_coeffici": 0, "float": 0, "0": [0, 3], "verbos": 0, "bool": 0, "fals": 0, "all_tre": 0, "incremental_frequ": 0, "true": 0, "similarity_lower_bound": 0, "node_select": 0, "feature_ord": 0, "random_se": 0, "cache_typ": 0, "duplicate_factor": 0, "1": [0, 3], "i": [0, 1, 3], "repres": 0, "model": [0, 3], "depth": [0, 1, 3], "return": 0, "tree": [0, 3], "paramet": 0, "type": 0, "The": [0, 3], "export_dot": [0, 1, 3], "filepath": 0, "str": 0, "export": [0, 3], "decis": [0, 3], "dot": [0, 3], "format": [0, 3], "visual": [0, 3], "graphviz": [0, 3], "option": [0, 3], "name": 0, "output": 0, "file": [0, 2], "export_text": [0, 1, 3], "creat": [0, 2, 3], "text": 0, "represent": 0, "all": [0, 2], "rule": [0, 2], "written": 0, "out_fil": 0, "given": [0, 3], "otherwis": 0, "displai": 0, "screen": 0, "standard": 0, "ouput": 0, "fit": [0, 1, 3], "x": [0, 3], "ndarrai": 0, "y": [0, 3], "train": [0, 3], "data": [0, 3], "numpi": [0, 3], "A": [0, 3], "2d": 0, "arrai": [0, 3], "input": 0, "featur": [0, 2, 3], "1d": 0, "target": 0, "variabl": 0, "maximum": 0, "budget": 0, "second": 0, "allow": [0, 2], "default": 0, "ensembl": 0, "number": [0, 2, 3], "node": [0, 3], "each": [0, 3], "sparsiti": 0, "coeffici": 0, "us": [0, 1, 2], "prune": 0, "If": [0, 3], "print": 0, "progress": 0, "process": 0, "gener": [0, 2], "dure": 0, "increment": 0, "frequenc": 0, "count": 0, "similar": [0, 2], "lower": 0, "bound": 0, "method": [0, 3], "select": 0, "order": 0, "random": 0, "seed": 0, "cach": 0, "store": 0, "intermedi": 0, "result": 0, "duplic": 0, "factor": 0, "parallel": 0, "rais": 0, "valueerror": 0, "thei": 0, "have": [0, 2], "differ": [0, 2, 3], "row": 0, "exampl": [0, 1], "x_train": 0, "np": 0, "2": 0, "4": [0, 3], "y_train": 0, "num_nod": [0, 1], "predict": [0, 1, 3], "test": [0, 1, 2], "correspond": 0, "an": [0, 3], "instanc": 0, "column": 0, "th": 0, "element": 0, "thi": [0, 2, 3], "score": [0, 1, 3], "misclassif": [0, 3], "citat": [1, 2], "instal": 1, "from": [1, 2], "sourc": [1, 2], "pip": [1, 2], "build": [1, 2], "run": 1, "usag": 1, "dataset": 1, "contribut": [1, 2], "licens": 1, "api": [1, 3], "refer": 1, "lifecycl": 1, "autom": 1, "branch": 1, "fork": 1, "pull": [1, 3], "request": [1, 3], "what": 1, "releas": 1, "index": 1, "modul": 1, "search": [1, 3], "page": 1, "ci": 2, "manag": 2, "done": 2, "through": 2, "github": [2, 3], "action": 2, "There": [2, 3], "ar": [2, 3], "workflow": 2, "even": 2, "though": 2, "we": 2, "strictli": 2, "git": [2, 3], "flow": 2, "follow": [2, 3], "strategi": 2, "checkout": 2, "b": 2, "my_featur": 2, "merg": 2, "bugfix": 2, "my_bugfix": 2, "promot": 2, "repositori": [2, 3], "better": 2, "collabor": 2, "good": 2, "practic": 2, "open": [2, 3], "project": [2, 3], "you": [2, 3], "also": [2, 3], "control": 2, "over": 2, "right": 2, "permiss": 2, "environ": [2, 3], "separ": 2, "contributor": 2, "own": 2, "can": [2, 3], "make": [2, 3], "pr": 2, "main": 2, "when": 2, "readi": 2, "onli": [2, 3], "made": 2, "overal": 2, "codebas": [2, 3], "more": 2, "transpar": 2, "furthermor": 2, "specif": [2, 3], "like": 2, "trigger": 2, "wai": [2, 3], "sure": [2, 3], "code": [2, 3], "befor": [2, 3], "educ": 2, "write": 2, "everi": 2, "platform": [2, 3], "linux": [2, 3], "window": 2, "maco": 2, "worfklow": 2, "yaml": 2, "automat": 2, "distribut": 2, "pypi": 2, "document": [2, 3], "doc": 2, "updat": 2, "version": [2, 3], "pyproject": 2, "toml": 2, "do": 2, "same": 2, "citaion": 2, "cff": 2, "tag": 2, "new": [2, 3], "manual": 2, "step": 2, "warn": 3, "under": 3, "activ": 3, "develop": 3, "current": 3, "pre": 3, "alpha": 3, "state": 3, "support": 3, "python": 3, "wrapper": 3, "murtre": 3, "algorithm": 3, "construct": 3, "optim": 3, "classif": 3, "minim": 3, "while": 3, "respect": 3, "constraint": 3, "spars": 3, "object": 3, "which": 3, "penal": 3, "ad": 3, "packag": 3, "base": 3, "describ": 3, "via": 3, "dynam": 3, "program": 3, "emir": 3, "demirovi\u0107": 3, "anna": 3, "lukina": 3, "emmanuel": 3, "hebrard": 3, "jeffrei": 3, "chan": 3, "jame": 3, "bailei": 3, "christoph": 3, "lecki": 3, "kotagiri": 3, "ramamohanarao": 3, "peter": 3, "j": 3, "stuckei": 3, "journal": 3, "machin": 3, "learn": 3, "research": 3, "jmlr": 3, "2022": 3, "avail": 3, "onlin": 3, "attempt": 3, "your": 3, "system": 3, "ha": 3, "softwar": 3, "7": 3, "higher": 3, "clone": 3, "http": 3, "com": 3, "cd": 3, "within": 3, "virtual": 3, "python3": 3, "check": 3, "sudo": 3, "apt": 3, "your_python_vers": 3, "venv": 3, "m": 3, "env": 3, "bin": 3, "To": 3, "dev": 3, "For": 3, "need": 3, "pytest": 3, "c": 3, "compil": 3, "cmake": 3, "14": 3, "cpptest": 3, "mkdir": 3, "ctest": 3, "full": 3, "repo": 3, "": 3, "after": 3, "import": 3, "here": 3, "how": 3, "classifi": 3, "5": 3, "label": 3, "400": 3, "set": 3, "ft": 3, "collect": 3, "datset": 3, "compat": 3, "try": 3, "let": 3, "u": 3, "know": 3, "its": 3, "work": 3, "pleas": 3, "star": 3, "report": 3, "bug": 3, "issu": 3, "ani": 3, "help": 3, "pick": 3, "fix": 3, "them": 3, "other": 3, "welcom": 3, "mit": 3}, "objects": {"pymurtree": [[0, 0, 0, "-", "OptimalDecisionTreeClassifier"]], "pymurtree.OptimalDecisionTreeClassifier": [[0, 1, 1, "", "OptimalDecisionTreeClassifier"]], "pymurtree.OptimalDecisionTreeClassifier.OptimalDecisionTreeClassifier": [[0, 2, 1, "", "depth"], [0, 2, 1, "", "export_dot"], [0, 2, 1, "", "export_text"], [0, 2, 1, "", "fit"], [0, 2, 1, "", "num_nodes"], [0, 2, 1, "", "predict"], [0, 2, 1, "", "score"]]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:method"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "method", "Python method"]}, "titleterms": {"api": 0, "refer": 0, "welcom": 1, "pymurtre": [1, 3], "": 1, "document": 1, "For": 1, "develop": [1, 2], "indic": 1, "tabl": 1, "lifecycl": 2, "autom": 2, "branch": 2, "fork": 2, "pull": 2, "request": 2, "what": 2, "i": 2, "releas": 2, "citat": 3, "instal": 3, "from": 3, "sourc": 3, "us": 3, "pip": 3, "build": 3, "run": 3, "test": 3, "usag": 3, "exampl": 3, "dataset": 3, "contribut": 3, "licens": 3}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 58}, "alltitles": {"API reference": [[0, "module-pymurtree.OptimalDecisionTreeClassifier"]], "Welcome to PyMurTree\u2019s documentation!": [[1, "welcome-to-pymurtree-s-documentation"]], "PyMurTree": [[1, null], [3, "pymurtree"]], "For developers": [[1, null]], "Indices and tables": [[1, "indices-and-tables"]], "Lifecycle & automation": [[2, "lifecycle-automation"]], "Development and branching": [[2, "development-and-branching"]], "Forking and Pull requests": [[2, "forking-and-pull-requests"]], "What is automated?": [[2, "what-is-automated"]], "Releasing": [[2, "releasing"]], "Citation": [[3, "citation"]], "Installation": [[3, "installation"]], "Install from source using pip": [[3, "install-from-source-using-pip"]], "Building and running the tests": [[3, "building-and-running-the-tests"]], "Usage": [[3, "usage"]], "Example": [[3, "example"]], "Datasets": [[3, "datasets"]], "Contributing": [[3, "contributing"]], "License": [[3, "license"]]}, "indexentries": {"optimaldecisiontreeclassifier (class in pymurtree.optimaldecisiontreeclassifier)": [[0, "pymurtree.OptimalDecisionTreeClassifier.OptimalDecisionTreeClassifier"]], "depth() (pymurtree.optimaldecisiontreeclassifier.optimaldecisiontreeclassifier method)": [[0, "pymurtree.OptimalDecisionTreeClassifier.OptimalDecisionTreeClassifier.depth"]], "export_dot() (pymurtree.optimaldecisiontreeclassifier.optimaldecisiontreeclassifier method)": [[0, "pymurtree.OptimalDecisionTreeClassifier.OptimalDecisionTreeClassifier.export_dot"]], "export_text() (pymurtree.optimaldecisiontreeclassifier.optimaldecisiontreeclassifier method)": [[0, "pymurtree.OptimalDecisionTreeClassifier.OptimalDecisionTreeClassifier.export_text"]], "fit() (pymurtree.optimaldecisiontreeclassifier.optimaldecisiontreeclassifier method)": [[0, "pymurtree.OptimalDecisionTreeClassifier.OptimalDecisionTreeClassifier.fit"]], "module": [[0, "module-pymurtree.OptimalDecisionTreeClassifier"]], "num_nodes() (pymurtree.optimaldecisiontreeclassifier.optimaldecisiontreeclassifier method)": [[0, "pymurtree.OptimalDecisionTreeClassifier.OptimalDecisionTreeClassifier.num_nodes"]], "predict() (pymurtree.optimaldecisiontreeclassifier.optimaldecisiontreeclassifier method)": [[0, "pymurtree.OptimalDecisionTreeClassifier.OptimalDecisionTreeClassifier.predict"]], "pymurtree.optimaldecisiontreeclassifier": [[0, "module-pymurtree.OptimalDecisionTreeClassifier"]], "score() (pymurtree.optimaldecisiontreeclassifier.optimaldecisiontreeclassifier method)": [[0, "pymurtree.OptimalDecisionTreeClassifier.OptimalDecisionTreeClassifier.score"]]}})
\ No newline at end of file
+Search.setIndex({"docnames": ["api_reference", "index", "lifecycle", "readme"], "filenames": ["api_reference.rst", "index.rst", "lifecycle.md", "readme.md"], "titles": ["API reference", "Welcome to PyMurTree\u2019s documentation!", "Lifecycle & automation", "PyMurTree"], "terms": {"class": 0, "pymurtre": 0, "optimaldecisiontreeclassifi": [0, 1, 3], "time": [0, 3], "int": 0, "600": 0, "max_depth": [0, 3], "3": [0, 3], "max_num_nod": [0, 3], "none": 0, "sparse_coeffici": 0, "float": 0, "0": [0, 3], "verbos": 0, "bool": 0, "fals": 0, "all_tre": 0, "incremental_frequ": 0, "true": 0, "similarity_lower_bound": 0, "node_select": 0, "feature_ord": 0, "random_se": 0, "cache_typ": 0, "duplicate_factor": 0, "1": [0, 3], "i": [0, 1, 3], "repres": 0, "model": [0, 3], "depth": [0, 1, 3], "return": 0, "tree": [0, 3], "paramet": 0, "type": 0, "The": [0, 3], "export_dot": [0, 1, 3], "out_fil": 0, "str": 0, "feature_nam": 0, "ndarrai": 0, "class_nam": 0, "dict": 0, "export": [0, 3], "decis": [0, 3], "dot": [0, 3], "format": [0, 3], "visual": [0, 3], "graphviz": [0, 3], "represent": 0, "written": 0, "given": [0, 3], "otherwis": 0, "displai": 0, "screen": 0, "standard": 0, "output": 0, "option": [0, 3], "name": 0, "file": [0, 2], "numpi": [0, 3], "1d": 0, "arrai": [0, 3], "featur": [0, 2, 3], "dictionari": 0, "kei": 0, "valu": 0, "rais": 0, "valueerror": 0, "If": [0, 3], "fit": [0, 1, 3], "method": [0, 3], "ha": [0, 3], "been": 0, "call": 0, "self": 0, "__tree": 0, "export_text": [0, 1, 3], "creat": [0, 2, 3], "text": 0, "all": [0, 2], "rule": [0, 2], "ouput": 0, "x": [0, 3], "y": [0, 3], "train": [0, 3], "data": [0, 3], "A": [0, 3], "2d": 0, "input": 0, "target": 0, "variabl": 0, "maximum": 0, "budget": 0, "second": 0, "allow": [0, 2], "default": 0, "ensembl": 0, "number": [0, 2, 3], "node": [0, 3], "each": [0, 3], "sparsiti": 0, "coeffici": 0, "us": [0, 1, 2], "prune": 0, "print": 0, "progress": 0, "process": 0, "gener": [0, 2], "dure": 0, "increment": 0, "frequenc": 0, "count": 0, "similar": [0, 2], "lower": 0, "bound": 0, "select": 0, "order": 0, "random": 0, "seed": 0, "cach": 0, "store": 0, "intermedi": 0, "result": 0, "duplic": 0, "factor": 0, "parallel": 0, "thei": 0, "have": [0, 2], "differ": [0, 2, 3], "row": 0, "exampl": [0, 1], "x_train": 0, "np": 0, "2": 0, "4": [0, 3], "y_train": 0, "num_nod": [0, 1], "predict": [0, 1, 3], "test": [0, 1, 2], "correspond": 0, "an": [0, 3], "instanc": 0, "column": 0, "th": 0, "element": 0, "thi": [0, 2, 3], "score": [0, 1, 3], "misclassif": [0, 3], "citat": [1, 2], "instal": 1, "from": [1, 2], "sourc": [1, 2], "pip": [1, 2], "build": [1, 2], "run": 1, "usag": 1, "dataset": 1, "contribut": [1, 2], "licens": 1, "api": [1, 3], "refer": 1, "lifecycl": 1, "autom": 1, "branch": 1, "fork": 1, "pull": [1, 3], "request": [1, 3], "what": 1, "releas": 1, "index": 1, "modul": 1, "search": [1, 3], "page": 1, "ci": 2, "manag": 2, "done": 2, "through": 2, "github": [2, 3], "action": 2, "There": [2, 3], "ar": [2, 3], "workflow": 2, "even": 2, "though": 2, "we": 2, "strictli": 2, "git": [2, 3], "flow": 2, "follow": [2, 3], "strategi": 2, "checkout": 2, "b": 2, "my_featur": 2, "merg": 2, "bugfix": 2, "my_bugfix": 2, "promot": 2, "repositori": [2, 3], "better": 2, "collabor": 2, "good": 2, "practic": 2, "open": [2, 3], "project": [2, 3], "you": [2, 3], "also": [2, 3], "control": 2, "over": 2, "right": 2, "permiss": 2, "environ": [2, 3], "separ": 2, "contributor": 2, "own": 2, "can": [2, 3], "make": [2, 3], "pr": 2, "main": 2, "when": 2, "readi": 2, "onli": [2, 3], "made": 2, "overal": 2, "codebas": [2, 3], "more": 2, "transpar": 2, "furthermor": 2, "specif": [2, 3], "like": 2, "trigger": 2, "wai": [2, 3], "sure": [2, 3], "code": [2, 3], "befor": [2, 3], "educ": 2, "write": 2, "everi": 2, "platform": [2, 3], "linux": [2, 3], "window": 2, "maco": 2, "worfklow": 2, "yaml": 2, "automat": 2, "distribut": 2, "pypi": 2, "document": [2, 3], "doc": 2, "updat": 2, "version": [2, 3], "pyproject": 2, "toml": 2, "do": 2, "same": 2, "citaion": 2, "cff": 2, "tag": 2, "new": [2, 3], "manual": 2, "step": 2, "warn": 3, "under": 3, "activ": 3, "develop": 3, "current": 3, "pre": 3, "alpha": 3, "state": 3, "support": 3, "python": 3, "wrapper": 3, "murtre": 3, "algorithm": 3, "construct": 3, "optim": 3, "classif": 3, "minim": 3, "while": 3, "respect": 3, "constraint": 3, "spars": 3, "object": 3, "which": 3, "penal": 3, "ad": 3, "packag": 3, "base": 3, "describ": 3, "via": 3, "dynam": 3, "program": 3, "emir": 3, "demirovi\u0107": 3, "anna": 3, "lukina": 3, "emmanuel": 3, "hebrard": 3, "jeffrei": 3, "chan": 3, "jame": 3, "bailei": 3, "christoph": 3, "lecki": 3, "kotagiri": 3, "ramamohanarao": 3, "peter": 3, "j": 3, "stuckei": 3, "journal": 3, "machin": 3, "learn": 3, "research": 3, "jmlr": 3, "2022": 3, "avail": 3, "onlin": 3, "attempt": 3, "your": 3, "system": 3, "softwar": 3, "7": 3, "higher": 3, "clone": 3, "http": 3, "com": 3, "cd": 3, "within": 3, "virtual": 3, "python3": 3, "check": 3, "sudo": 3, "apt": 3, "your_python_vers": 3, "venv": 3, "m": 3, "env": 3, "bin": 3, "To": 3, "dev": 3, "For": 3, "need": 3, "pytest": 3, "c": 3, "compil": 3, "cmake": 3, "14": 3, "cpptest": 3, "mkdir": 3, "ctest": 3, "full": 3, "repo": 3, "": 3, "after": 3, "import": 3, "here": 3, "how": 3, "classifi": 3, "5": 3, "label": 3, "400": 3, "set": 3, "ft": 3, "collect": 3, "datset": 3, "compat": 3, "try": 3, "let": 3, "u": 3, "know": 3, "its": 3, "work": 3, "pleas": 3, "star": 3, "report": 3, "bug": 3, "issu": 3, "ani": 3, "help": 3, "pick": 3, "fix": 3, "them": 3, "other": 3, "welcom": 3, "mit": 3}, "objects": {"pymurtree": [[0, 0, 0, "-", "OptimalDecisionTreeClassifier"]], "pymurtree.OptimalDecisionTreeClassifier": [[0, 1, 1, "", "OptimalDecisionTreeClassifier"]], "pymurtree.OptimalDecisionTreeClassifier.OptimalDecisionTreeClassifier": [[0, 2, 1, "", "depth"], [0, 2, 1, "", "export_dot"], [0, 2, 1, "", "export_text"], [0, 2, 1, "", "fit"], [0, 2, 1, "", "num_nodes"], [0, 2, 1, "", "predict"], [0, 2, 1, "", "score"]]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:method"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "method", "Python method"]}, "titleterms": {"api": 0, "refer": 0, "welcom": 1, "pymurtre": [1, 3], "": 1, "document": 1, "For": 1, "develop": [1, 2], "indic": 1, "tabl": 1, "lifecycl": 2, "autom": 2, "branch": 2, "fork": 2, "pull": 2, "request": 2, "what": 2, "i": 2, "releas": 2, "citat": 3, "instal": 3, "from": 3, "sourc": 3, "us": 3, "pip": 3, "build": 3, "run": 3, "test": 3, "usag": 3, "exampl": 3, "dataset": 3, "contribut": 3, "licens": 3}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 58}, "alltitles": {"API reference": [[0, "module-pymurtree.OptimalDecisionTreeClassifier"]], "Welcome to PyMurTree\u2019s documentation!": [[1, "welcome-to-pymurtree-s-documentation"]], "PyMurTree": [[1, null], [3, "pymurtree"]], "For developers": [[1, null]], "Indices and tables": [[1, "indices-and-tables"]], "Lifecycle & automation": [[2, "lifecycle-automation"]], "Development and branching": [[2, "development-and-branching"]], "Forking and Pull requests": [[2, "forking-and-pull-requests"]], "What is automated?": [[2, "what-is-automated"]], "Releasing": [[2, "releasing"]], "Citation": [[3, "citation"]], "Installation": [[3, "installation"]], "Install from source using pip": [[3, "install-from-source-using-pip"]], "Building and running the tests": [[3, "building-and-running-the-tests"]], "Usage": [[3, "usage"]], "Example": [[3, "example"]], "Datasets": [[3, "datasets"]], "Contributing": [[3, "contributing"]], "License": [[3, "license"]]}, "indexentries": {"optimaldecisiontreeclassifier (class in pymurtree.optimaldecisiontreeclassifier)": [[0, "pymurtree.OptimalDecisionTreeClassifier.OptimalDecisionTreeClassifier"]], "depth() (pymurtree.optimaldecisiontreeclassifier.optimaldecisiontreeclassifier method)": [[0, "pymurtree.OptimalDecisionTreeClassifier.OptimalDecisionTreeClassifier.depth"]], "export_dot() (pymurtree.optimaldecisiontreeclassifier.optimaldecisiontreeclassifier method)": [[0, "pymurtree.OptimalDecisionTreeClassifier.OptimalDecisionTreeClassifier.export_dot"]], "export_text() (pymurtree.optimaldecisiontreeclassifier.optimaldecisiontreeclassifier method)": [[0, "pymurtree.OptimalDecisionTreeClassifier.OptimalDecisionTreeClassifier.export_text"]], "fit() (pymurtree.optimaldecisiontreeclassifier.optimaldecisiontreeclassifier method)": [[0, "pymurtree.OptimalDecisionTreeClassifier.OptimalDecisionTreeClassifier.fit"]], "module": [[0, "module-pymurtree.OptimalDecisionTreeClassifier"]], "num_nodes() (pymurtree.optimaldecisiontreeclassifier.optimaldecisiontreeclassifier method)": [[0, "pymurtree.OptimalDecisionTreeClassifier.OptimalDecisionTreeClassifier.num_nodes"]], "predict() (pymurtree.optimaldecisiontreeclassifier.optimaldecisiontreeclassifier method)": [[0, "pymurtree.OptimalDecisionTreeClassifier.OptimalDecisionTreeClassifier.predict"]], "pymurtree.optimaldecisiontreeclassifier": [[0, "module-pymurtree.OptimalDecisionTreeClassifier"]], "score() (pymurtree.optimaldecisiontreeclassifier.optimaldecisiontreeclassifier method)": [[0, "pymurtree.OptimalDecisionTreeClassifier.OptimalDecisionTreeClassifier.score"]]}})
\ No newline at end of file