From 32815e02ce6f369991ee59e8e91c97293db25679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Fri, 19 Apr 2019 03:00:33 -0300 Subject: [PATCH] Typo fixed on paragraph 6 * minor formatting proposals --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0d84dcb..c04259e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ DyBa ORF {#mainpage} DyBa ORF is a Dynamically Balanced Online Random Forest, which addresses three problems in learning with Random Forests: * Online learning. It can accept gradually arrived training data and update the model on-the-fly. * Data imbalance. It deals with imbalanced data of different classes, avoiding low correct rate of classification for minor class. -* Changing imbalance ratio. The ratio (degree) of imbalance may dynamically change when new training data arrive sequentially. Compared with traditionaly Online Random Forest (Saffari, A. 2009, Barinova, O. 2012) which assumes the imblance ratio do not change, +* Changing imbalance ratio. The ratio (degree) of imbalance may dynamically change when new training data arrive sequentially. Compared with traditionaly Online Random Forest (Saffari, A. 2009, Barinova, O. 2012) which assumes the imbalance ratio do not change, DyBa ORF updates the model dynamically with the ability to be adapted to new imbalance ratio. DyBa ORF was was developed as part of the [GIFT-Surg][giftsurg] project. The algorithm and software were developed by [Guotai Wang][guotai] at the [Translational Imaging Group][tig] in the [Centre for Medical Image Computing][cmic] at [University College London (UCL)][ucl]. @@ -39,12 +39,12 @@ The current version of DyBa ORF requries: How to use ------------------- -- 1, Suppose the source code directory is $DyBaORF, create a new folder named "build" under that. -- 2, Switch to the $DyBaORF directory. -- 3, Open Cmake, set the source code directory as $DyBaORF, and set the build directory as $DyBaORF/build. +- 1, Suppose the source code directory is `$DyBaORF`, create a new folder named `build` under that. +- 2, Switch to the `$DyBaORF` directory. +- 3, Open Cmake, set the source code directory as `$DyBaORF`, and set the build directory as `$DyBaORF/build`. - 4, Click Configure, select the c++ compile you use. (VS in Windows, Clang++ in Mac, gcc in Linux) -- 5, Click Generate to generate the project, which can be found at $DyBaORF/build. -- 6, Go to $DyBaORF/build to open the generated project, compile it and then you can run it. +- 5, Click Generate to generate the project, which can be found at `$DyBaORF/build`. +- 6, Go to `$DyBaORF/build` to open the generated project, compile it and then you can run it. Funding ------------------- @@ -71,4 +71,4 @@ DyBa ORF is a cross-platform C++ library. It supports Windows, Mac and Linux. [DyBaORFHome]: https://cmiclab.cs.ucl.ac.uk/GIFT-Surg/DyBaORF [DyBaORFDocs]: http://cmic.cs.ucl.ac.uk/giftsurg/dybaorf/ [githubhome]: https://github.com/gift-surg/DyBaORF -[guotai]: http://cmictig.cs.ucl.ac.uk/people/phd-students/guotai-wang \ No newline at end of file +[guotai]: http://cmictig.cs.ucl.ac.uk/people/phd-students/guotai-wang