{"id":22537864,"url":"https://github.com/khaledashrafh/dt-banknote-authenticator","last_synced_at":"2025-10-17T02:30:44.150Z","repository":{"id":190461022,"uuid":"580619637","full_name":"KhaledAshrafH/DT-Banknote-Authenticator","owner":"KhaledAshrafH","description":"This Python code utilizes the decision tree algorithm from the scikit-learn library to perform banknote authentication. The code aims to analyze the impact of different train-test split ratios and training set sizes on the accuracy and size of the learned decision tree.","archived":false,"fork":false,"pushed_at":"2023-08-24T19:05:25.000Z","size":110,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-07T11:08:59.859Z","etag":null,"topics":["banknote-authentication","decision-tree","decision-tree-classifier","dt","machine-learning","matplotlib-pyplot","models","numpy","pandas","plotting","sklearn"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KhaledAshrafH.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-12-21T02:26:45.000Z","updated_at":"2024-06-06T23:10:24.000Z","dependencies_parsed_at":"2023-08-24T19:52:40.672Z","dependency_job_id":null,"html_url":"https://github.com/KhaledAshrafH/DT-Banknote-Authenticator","commit_stats":null,"previous_names":["khaledashrafh/decision-tree"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhaledAshrafH%2FDT-Banknote-Authenticator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhaledAshrafH%2FDT-Banknote-Authenticator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhaledAshrafH%2FDT-Banknote-Authenticator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhaledAshrafH%2FDT-Banknote-Authenticator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KhaledAshrafH","download_url":"https://codeload.github.com/KhaledAshrafH/DT-Banknote-Authenticator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236765489,"owners_count":19201282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["banknote-authentication","decision-tree","decision-tree-classifier","dt","machine-learning","matplotlib-pyplot","models","numpy","pandas","plotting","sklearn"],"created_at":"2024-12-07T11:09:02.449Z","updated_at":"2025-10-17T02:30:38.750Z","avatar_url":"https://github.com/KhaledAshrafH.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Banknote Authentication Decision Tree\n\nThis Python code utilizes the decision tree algorithm from the scikit-learn library to perform banknote authentication. The code aims to analyze the impact of different train-test split ratios and training set sizes on the accuracy and size of the learned decision tree.\n\n## Dataset\n\nThe code uses the \"BankNote_Authentication.csv\" dataset, which contains four features (variance, skew, curtosis, and entropy) and a class attribute indicating whether a banknote is real or forged.\n\n## Requirements\n\nThe following libraries are imported in the code:\n\n- `sklearn.tree`: Provides the decision tree classifier.\n- `pandas`: Used for data manipulation and analysis.\n- `sklearn.model_selection.train_test_split`: Splits the data into training and testing sets.\n- `numpy`: Handles mathematical operations and array manipulation.\n- `matplotlib.pyplot`: Enables data visualization.\n\n## Functions\n\n### `measureAccuracy(y_pred, y_test)`\n\nCalculates the accuracy of the predicted labels (`y_pred`) compared to the actual labels (`y_test`). Returns the accuracy as a floating-point value.\n\n### `Experiment_Utility(X, Y, splitRatio)`\n\nPerforms an experiment with a specific train-test split ratio (`splitRatio`) using the decision tree algorithm. Splits the data into training and testing sets, fits the decision tree model, and predicts the labels for the testing set. Returns the accuracy and the number of nodes in the decision tree.\n\n### `GetStats(array)`\n\nCalculates the mean, maximum, and minimum values of an input array. Returns the statistics as a NumPy array.\n\n### `Experiment(X, Y, splitRatio)`\n\nPerforms multiple experiments with a fixed train-test split ratio (`splitRatio`). Reruns the experiment five times with different random splits of the data. Returns the accuracies and tree sizes for each experiment.\n\n### `plotting(y_axis, fileName)`\n\nPlots the y-axis values against the training set size. Saves the plot as an image file with the specified `fileName`.\n\n### `main()`\n\nThe main function reads the dataset, separates the features (X) and the labels (Y), and initializes matrices for accuracy and tree size statistics. It then runs two sets of experiments:\n\n### Experiment 1: Fixed train-test split ratio\n- The function runs the experiment with a 75% training ratio, recording the accuracies and tree sizes for each iteration.\n- The size of each iteration is displayed in the following table:\n\n\u003cdiv class=\"WordSection1\" align=\"center\"\u003e\u003ctable class=\"MsoNormalTable\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\" style=\"margin-left:5.8pt;border-collapse:collapse;mso-table-layout-alt:fixed;\n border:none;mso-border-alt:solid black .75pt;mso-yfti-tbllook:480;mso-padding-alt:\n 0cm 0cm 0cm 0cm;mso-border-insideh:.75pt solid black;mso-border-insidev:.75pt solid black\"\u003e\n \u003ctbody\u003e\u003ctr style=\"mso-yfti-irow:0;mso-yfti-firstrow:yes;height:21.9pt\"\u003e\n  \u003ctd width=\"359\" valign=\"top\" style=\"width:269.3pt;border:solid black 1.0pt;\n  mso-border-alt:solid black .75pt;background:#103E91;padding:0cm 0cm 0cm 0cm;\n  height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:55.1pt;\n  margin-bottom:0cm;margin-left:55.65pt;margin-bottom:.0001pt\"\u003e\u003cb style=\"mso-bidi-font-weight:normal\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt;font-family:\u0026quot;Arial\u0026quot;,sans-serif;mso-hansi-font-family:\u0026quot;Arial MT\u0026quot;;\n  mso-bidi-font-family:\u0026quot;Arial MT\u0026quot;;color:white\"\u003eSet Size\u003c/span\u003e\u003c/b\u003e\u003cb style=\"mso-bidi-font-weight:normal\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt;font-family:\u0026quot;Arial\u0026quot;,sans-serif;mso-hansi-font-family:\u0026quot;Arial MT\u0026quot;;\n  mso-bidi-font-family:\u0026quot;Arial MT\u0026quot;\"\u003e\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/b\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"359\" valign=\"top\" style=\"width:269.3pt;border:solid black 1.0pt;\n  border-left:none;mso-border-left-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  background:#103E91;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:55.1pt;\n  margin-bottom:0cm;margin-left:55.65pt;margin-bottom:.0001pt\"\u003e\u003cb style=\"mso-bidi-font-weight:normal\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt;font-family:\u0026quot;Arial\u0026quot;,sans-serif;mso-hansi-font-family:\u0026quot;Arial MT\u0026quot;;\n  mso-bidi-font-family:\u0026quot;Arial MT\u0026quot;;color:white\"\u003eAccuracy\u003c/span\u003e\u003c/b\u003e\u003cb style=\"mso-bidi-font-weight:normal\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt;font-family:\u0026quot;Arial\u0026quot;,sans-serif;mso-hansi-font-family:\u0026quot;Arial MT\u0026quot;;\n  mso-bidi-font-family:\u0026quot;Arial MT\u0026quot;\"\u003e\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/b\u003e\u003c/p\u003e\n  \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr style=\"mso-yfti-irow:1;height:21.9pt\"\u003e\n  \u003ctd width=\"359\" valign=\"top\" style=\"width:269.3pt;border:solid black 1.0pt;\n  border-top:none;mso-border-top-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:55.1pt;\n  margin-bottom:0cm;margin-left:55.65pt;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e25.0\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"359\" valign=\"top\" style=\"width:269.3pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:55.1pt;\n  margin-bottom:0cm;margin-left:55.65pt;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e0.9620991253644315\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr style=\"mso-yfti-irow:2;height:21.9pt\"\u003e\n  \u003ctd width=\"359\" valign=\"top\" style=\"width:269.3pt;border:solid black 1.0pt;\n  border-top:none;mso-border-top-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:55.1pt;\n  margin-bottom:0cm;margin-left:55.65pt;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e31.0\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"359\" valign=\"top\" style=\"width:269.3pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:55.1pt;\n  margin-bottom:0cm;margin-left:55.65pt;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e0.9630709426627794\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr style=\"mso-yfti-irow:3;height:21.9pt\"\u003e\n  \u003ctd width=\"359\" valign=\"top\" style=\"width:269.3pt;border:solid black 1.0pt;\n  border-top:none;mso-border-top-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:55.1pt;\n  margin-bottom:0cm;margin-left:55.65pt;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e39.0\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"359\" valign=\"top\" style=\"width:269.3pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:55.1pt;\n  margin-bottom:0cm;margin-left:55.65pt;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e0.956268221574344\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr style=\"mso-yfti-irow:4;height:21.9pt\"\u003e\n  \u003ctd width=\"359\" valign=\"top\" style=\"width:269.3pt;border:solid black 1.0pt;\n  border-top:none;mso-border-top-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:55.1pt;\n  margin-bottom:0cm;margin-left:55.65pt;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e27.0\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"359\" valign=\"top\" style=\"width:269.3pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:55.1pt;\n  margin-bottom:0cm;margin-left:55.65pt;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e0.967930029154519\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr style=\"mso-yfti-irow:5;mso-yfti-lastrow:yes;height:21.9pt\"\u003e\n  \u003ctd width=\"359\" valign=\"top\" style=\"width:269.3pt;border:solid black 1.0pt;\n  border-top:none;mso-border-top-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:55.1pt;\n  margin-bottom:0cm;margin-left:55.65pt;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e31.0\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"359\" valign=\"top\" style=\"width:269.3pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:55.1pt;\n  margin-bottom:0cm;margin-left:55.65pt;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e0.9689018464528668\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n \u003c/tr\u003e\n\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e\n\n\u003chr\u003e\n\n### Experiment 2: Range of train-test split ratios\n- The function iterates over a range of training set sizes (30% to 70%) and performs the experiment five times with different random seeds.\n- For each training set size, it calculates the mean, maximum, and minimum accuracy and tree size for all iterations.\n- The accuracy and tree size for each iteration are displayed in the following tables:\n\n\n### Accuracy for each iteration ###\n\u003cdiv class=\"WordSection1\" align=\"center\"\u003e\u003ctable class=\"MsoNormalTable\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\" style=\"margin-left:5.8pt;border-collapse:collapse;mso-table-layout-alt:fixed;\n border:none;mso-border-alt:solid black .75pt;mso-yfti-tbllook:480;mso-padding-alt:\n 0cm 0cm 0cm 0cm;mso-border-insideh:.75pt solid black;mso-border-insidev:.75pt solid black\"\u003e\n \u003ctbody\u003e\u003ctr style=\"mso-yfti-irow:0;mso-yfti-firstrow:yes;height:21.9pt\"\u003e\n  \u003ctd width=\"113\" valign=\"top\" style=\"width:3.0cm;border:solid black 1.0pt;\n  mso-border-alt:solid black .75pt;background:#103E91;padding:0cm 0cm 0cm 0cm;\n  height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:9.3pt;\n  margin-bottom:0cm;margin-left:9.85pt;margin-bottom:.0001pt\"\u003e\u003cb style=\"mso-bidi-font-weight:normal\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt;font-family:\u0026quot;Arial\u0026quot;,sans-serif;mso-hansi-font-family:\u0026quot;Arial MT\u0026quot;;\n  mso-bidi-font-family:\u0026quot;Arial MT\u0026quot;;color:white\"\u003eIteration\u003c/span\u003e\u003c/b\u003e\u003cb style=\"mso-bidi-font-weight:normal\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt;font-family:\u0026quot;Arial\u0026quot;,sans-serif;mso-hansi-font-family:\u0026quot;Arial MT\u0026quot;;\n  mso-bidi-font-family:\u0026quot;Arial MT\u0026quot;\"\u003e\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/b\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border:solid black 1.0pt;\n  border-left:none;mso-border-left-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  background:#103E91;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-left:43.6pt\"\u003e\u003cb style=\"mso-bidi-font-weight:\n  normal\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt;font-family:\n  \u0026quot;Arial\u0026quot;,sans-serif;mso-hansi-font-family:\u0026quot;Arial MT\u0026quot;;mso-bidi-font-family:\n  \u0026quot;Arial MT\u0026quot;;color:white\"\u003eMean\u003c/span\u003e\u003c/b\u003e\u003cb style=\"mso-bidi-font-weight:normal\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt;font-family:\u0026quot;Arial\u0026quot;,sans-serif;\n  mso-hansi-font-family:\u0026quot;Arial MT\u0026quot;;mso-bidi-font-family:\u0026quot;Arial MT\u0026quot;\"\u003e\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/b\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border:solid black 1.0pt;\n  border-left:none;mso-border-left-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  background:#103E91;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cb style=\"mso-bidi-font-weight:normal\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt;font-family:\u0026quot;Arial\u0026quot;,sans-serif;\n  mso-hansi-font-family:\u0026quot;Arial MT\u0026quot;;mso-bidi-font-family:\u0026quot;Arial MT\u0026quot;;color:white\"\u003eMax\u003c/span\u003e\u003c/b\u003e\u003cb style=\"mso-bidi-font-weight:normal\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt;font-family:\u0026quot;Arial\u0026quot;,sans-serif;mso-hansi-font-family:\u0026quot;Arial MT\u0026quot;;\n  mso-bidi-font-family:\u0026quot;Arial MT\u0026quot;\"\u003e\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/b\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border:solid black 1.0pt;\n  border-left:none;mso-border-left-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  background:#103E91;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cb style=\"mso-bidi-font-weight:normal\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt;font-family:\u0026quot;Arial\u0026quot;,sans-serif;\n  mso-hansi-font-family:\u0026quot;Arial MT\u0026quot;;mso-bidi-font-family:\u0026quot;Arial MT\u0026quot;;color:white\"\u003eMin\u003c/span\u003e\u003c/b\u003e\u003cb style=\"mso-bidi-font-weight:normal\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt;font-family:\u0026quot;Arial\u0026quot;,sans-serif;mso-hansi-font-family:\u0026quot;Arial MT\u0026quot;;\n  mso-bidi-font-family:\u0026quot;Arial MT\u0026quot;\"\u003e\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/b\u003e\u003c/p\u003e\n  \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr style=\"mso-yfti-irow:1;height:21.9pt\"\u003e\n  \u003ctd width=\"113\" valign=\"top\" style=\"width:3.0cm;border:solid black 1.0pt;\n  border-top:none;mso-border-top-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:9.3pt;\n  margin-bottom:0cm;margin-left:9.85pt;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e30%\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e0.96774\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e0.97815\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e0.95421\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr style=\"mso-yfti-irow:2;height:21.9pt\"\u003e\n  \u003ctd width=\"113\" valign=\"top\" style=\"width:3.0cm;border:solid black 1.0pt;\n  border-top:none;mso-border-top-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:9.3pt;\n  margin-bottom:0cm;margin-left:9.85pt;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e40%\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e0.97282\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e0.97937\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e0.96723\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr style=\"mso-yfti-irow:3;height:21.9pt\"\u003e\n  \u003ctd width=\"113\" valign=\"top\" style=\"width:3.0cm;border:solid black 1.0pt;\n  border-top:none;mso-border-top-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:9.3pt;\n  margin-bottom:0cm;margin-left:9.85pt;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e50%\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e0.97376\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e0.98834\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e0.96064\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr style=\"mso-yfti-irow:4;height:21.9pt\"\u003e\n  \u003ctd width=\"113\" valign=\"top\" style=\"width:3.0cm;border:solid black 1.0pt;\n  border-top:none;mso-border-top-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:9.3pt;\n  margin-bottom:0cm;margin-left:9.85pt;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e60%\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e0.98069\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e0.98361\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e0.96903\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr style=\"mso-yfti-irow:5;mso-yfti-lastrow:yes;height:21.9pt\"\u003e\n  \u003ctd width=\"113\" valign=\"top\" style=\"width:3.0cm;border:solid black 1.0pt;\n  border-top:none;mso-border-top-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:9.3pt;\n  margin-bottom:0cm;margin-left:9.85pt;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e70%\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e0.97961\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e0.99029\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e0.9733\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e\n\n### Size for each iteration ###\n\u003cdiv class=\"WordSection1\" align=\"center\"\u003e\u003cdiv align=\"center\"\u003e\u003ctable class=\"MsoNormalTable\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\" style=\"border-collapse:collapse;mso-table-layout-alt:fixed;border:none;\n mso-border-alt:solid black .75pt;mso-yfti-tbllook:480;mso-padding-alt:0cm 0cm 0cm 0cm;\n mso-border-insideh:.75pt solid black;mso-border-insidev:.75pt solid black\"\u003e\n \u003ctbody\u003e\u003ctr style=\"mso-yfti-irow:0;mso-yfti-firstrow:yes;height:21.9pt\"\u003e\n  \u003ctd width=\"113\" valign=\"top\" style=\"width:3.0cm;border:solid black 1.0pt;\n  mso-border-alt:solid black .75pt;background:#103E91;padding:0cm 0cm 0cm 0cm;\n  height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:9.3pt;\n  margin-bottom:0cm;margin-left:9.85pt;margin-bottom:.0001pt\"\u003e\u003cb style=\"mso-bidi-font-weight:normal\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt;font-family:\u0026quot;Arial\u0026quot;,sans-serif;mso-hansi-font-family:\u0026quot;Arial MT\u0026quot;;\n  mso-bidi-font-family:\u0026quot;Arial MT\u0026quot;;color:white\"\u003eIteration\u003c/span\u003e\u003c/b\u003e\u003cb style=\"mso-bidi-font-weight:normal\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt;font-family:\u0026quot;Arial\u0026quot;,sans-serif;mso-hansi-font-family:\u0026quot;Arial MT\u0026quot;;\n  mso-bidi-font-family:\u0026quot;Arial MT\u0026quot;\"\u003e\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/b\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border:solid black 1.0pt;\n  border-left:none;mso-border-left-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  background:#103E91;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-left:43.6pt\"\u003e\u003cb style=\"mso-bidi-font-weight:\n  normal\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt;font-family:\n  \u0026quot;Arial\u0026quot;,sans-serif;mso-hansi-font-family:\u0026quot;Arial MT\u0026quot;;mso-bidi-font-family:\n  \u0026quot;Arial MT\u0026quot;;color:white\"\u003eMean\u003c/span\u003e\u003c/b\u003e\u003cb style=\"mso-bidi-font-weight:normal\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt;font-family:\u0026quot;Arial\u0026quot;,sans-serif;\n  mso-hansi-font-family:\u0026quot;Arial MT\u0026quot;;mso-bidi-font-family:\u0026quot;Arial MT\u0026quot;\"\u003e\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/b\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border:solid black 1.0pt;\n  border-left:none;mso-border-left-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  background:#103E91;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:57.35pt;\n  margin-bottom:0cm;margin-left:0cm;margin-bottom:.0001pt\"\u003e\u003cb style=\"mso-bidi-font-weight:\n  normal\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt;font-family:\n  \u0026quot;Arial\u0026quot;,sans-serif;mso-hansi-font-family:\u0026quot;Arial MT\u0026quot;;mso-bidi-font-family:\n  \u0026quot;Arial MT\u0026quot;;color:white\"\u003eMax\u003c/span\u003e\u003c/b\u003e\u003cb style=\"mso-bidi-font-weight:normal\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt;font-family:\u0026quot;Arial\u0026quot;,sans-serif;\n  mso-hansi-font-family:\u0026quot;Arial MT\u0026quot;;mso-bidi-font-family:\u0026quot;Arial MT\u0026quot;\"\u003e\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/b\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border:solid black 1.0pt;\n  border-left:none;mso-border-left-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  background:#103E91;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cb style=\"mso-bidi-font-weight:normal\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt;font-family:\u0026quot;Arial\u0026quot;,sans-serif;\n  mso-hansi-font-family:\u0026quot;Arial MT\u0026quot;;mso-bidi-font-family:\u0026quot;Arial MT\u0026quot;;color:white\"\u003eMin\u003c/span\u003e\u003c/b\u003e\u003cb style=\"mso-bidi-font-weight:normal\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt;font-family:\u0026quot;Arial\u0026quot;,sans-serif;mso-hansi-font-family:\u0026quot;Arial MT\u0026quot;;\n  mso-bidi-font-family:\u0026quot;Arial MT\u0026quot;\"\u003e\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/b\u003e\u003c/p\u003e\n  \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr style=\"mso-yfti-irow:1;height:21.9pt\"\u003e\n  \u003ctd width=\"113\" valign=\"top\" style=\"width:3.0cm;border:solid black 1.0pt;\n  border-top:none;mso-border-top-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:9.3pt;\n  margin-bottom:0cm;margin-left:9.85pt;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e30%\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e31.8\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:57.35pt;\n  margin-bottom:0cm;margin-left:0cm;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e37.0\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e25.0\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr style=\"mso-yfti-irow:2;height:21.9pt\"\u003e\n  \u003ctd width=\"113\" valign=\"top\" style=\"width:3.0cm;border:solid black 1.0pt;\n  border-top:none;mso-border-top-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:9.3pt;\n  margin-bottom:0cm;margin-left:9.85pt;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e40%\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e37.4\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:57.35pt;\n  margin-bottom:0cm;margin-left:0cm;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e41.0\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e35.0\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr style=\"mso-yfti-irow:3;height:21.9pt\"\u003e\n  \u003ctd width=\"113\" valign=\"top\" style=\"width:3.0cm;border:solid black 1.0pt;\n  border-top:none;mso-border-top-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:9.3pt;\n  margin-bottom:0cm;margin-left:9.85pt;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e50%\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e35.8\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:57.35pt;\n  margin-bottom:0cm;margin-left:0cm;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e45.0\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e27.0\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr style=\"mso-yfti-irow:4;height:21.9pt\"\u003e\n  \u003ctd width=\"113\" valign=\"top\" style=\"width:3.0cm;border:solid black 1.0pt;\n  border-top:none;mso-border-top-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:9.3pt;\n  margin-bottom:0cm;margin-left:9.85pt;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e60%\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e41.0\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:57.35pt;\n  margin-bottom:0cm;margin-left:0cm;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e47.0\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e35.0\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n \u003c/tr\u003e\n \u003ctr style=\"mso-yfti-irow:5;mso-yfti-lastrow:yes;height:21.9pt\"\u003e\n  \u003ctd width=\"113\" valign=\"top\" style=\"width:3.0cm;border:solid black 1.0pt;\n  border-top:none;mso-border-top-alt:solid black .75pt;mso-border-alt:solid black .75pt;\n  padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:9.3pt;\n  margin-bottom:0cm;margin-left:9.85pt;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e70%\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e47.0\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\" style=\"margin-top:.75pt;margin-right:57.35pt;\n  margin-bottom:0cm;margin-left:0cm;margin-bottom:.0001pt\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:11.0pt\"\u003e51.0\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\n  \u003c/td\u003e\n  \u003ctd width=\"197\" valign=\"top\" style=\"width:147.4pt;border-top:none;border-left:\n  none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt;\n  mso-border-top-alt:solid black .75pt;mso-border-left-alt:solid black .75pt;\n  mso-border-alt:solid black .75pt;padding:0cm 0cm 0cm 0cm;height:21.9pt\"\u003e\n  \u003cp class=\"TableParagraph\"\u003e\u003cspan style=\"font-size:16.0pt;mso-bidi-font-size:\n  11.0pt\"\u003e41.0\u003co:p\u003e\u003c/o:p\u003e\u003c/span\u003e\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e\u003cbr\u003e\u003c/div\u003e\n  \n     \n## Usage\n\nTo run the code, follow these steps:\n\n1. Install the required libraries: `sklearn`, `pandas`, `numpy`, and `matplotlib.pyplot`.\n2. Download the \"BankNote_Authentication.csv\" dataset and place it in the same directory as the code file.\n3. Run the code. The main function will execute the experiments and generate the accuracy and tree size results.\n4. The code will also generate plots showing the accuracy and tree size against the training set size.\n\n\n## Conclusion\n\nIn conclusion, this Python code provides a practical implementation of banknote authentication using a decision tree algorithm. It allows for experimentation with different train-test split ratios and training set sizes, providing insights into how these factors affect the accuracy and size of the decision tree model.\n\n\n## Contributing\n\nContributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.\n\n\n## Team\n\n- [Khaled Ashraf Hanafy Mahmoud - 20190186](https://github.com/KhaledAshrafH).\n- [Noura Ashraf Abdelnaby Mansour - 20190592](https://github.com/NouraAshraff).\n- [Samaa Khalifa Elsayed Othman - 20190247](https://github.com/SamaaKhalifa).\n\n## License\n\nThis program is licensed under the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhaledashrafh%2Fdt-banknote-authenticator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhaledashrafh%2Fdt-banknote-authenticator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhaledashrafh%2Fdt-banknote-authenticator/lists"}