Other packages > Find by keyword >

isotree  

Isolation-Based Outlier Detection
View on CRAN: Click here


Download and install isotree package within the R console
Install from CRAN:
install.packages("isotree")

Install from Github:
library("remotes")
install_github("cran/isotree")

Install by package version:
library("remotes")
install_version("isotree", "0.6.1-4")



Attach the package and use:
library("isotree")
Maintained by
David Cortes
[Scholar Profile | Author Map]
First Published: 2019-12-18
Latest Update: 2023-08-07
Description:
Fast and multi-threaded implementation of isolation forest (Liu, Ting, Zhou (2008) ), extended isolation forest (Hariri, Kind, Brunner (2018) ), SCiForest (Liu, Ting, Zhou (2010) ), fair-cut forest (Cortes (2021) ), robust random-cut forest (Guha, Mishra, Roy, Schrijvers (2016) ), and customizable variations of them, for isolation-based outlier detection, clustered outlier detection, distance or similarity approximation (Cortes (2019) ), isolation kernel calculation (Ting, Zhu, Zhou (2018) ), and imputation of missing values (Cortes (2019) ), based on random or guided decision tree splitting, and providing different metrics for scoring anomalies based on isolation depth or density (Cortes (2021) ). Provides simple heuristics for fitting the model to categorical columns and handling missing data, and offers options for varying between random and guided splits, and for using different splitting criteria.
How to cite:
David Cortes (2019). isotree: Isolation-Based Outlier Detection. R package version 0.6.1-4, https://cran.r-project.org/web/packages/isotree. Accessed 05 May. 2025.
Previous versions and publish date:
0.1.5 (2019-12-18 16:20), 0.1.8 (2020-01-08 13:40), 0.1.11 (2020-04-27 18:20), 0.1.17 (2020-07-20 11:20), 0.1.18 (2020-07-29 20:30), 0.1.19 (2020-10-11 14:10), 0.1.20 (2020-10-14 01:50), 0.1.24 (2020-12-10 16:30), 0.1.28 (2021-01-13 21:20), 0.2.7 (2021-03-01 20:20), 0.2.8 (2021-07-11 06:20), 0.2.10 (2021-07-17 08:40), 0.3.0 (2021-08-22 10:30), 0.3.9 (2021-10-23 19:40), 0.5.5 (2022-01-11 10:12), 0.5.14 (2022-02-13 20:00), 0.5.15 (2022-03-31 12:40), 0.5.16 (2022-08-06 22:00), 0.5.17 (2022-09-07 19:40), 0.5.19-1 (2023-03-16 20:40), 0.5.20 (2023-05-23 09:10), 0.5.22 (2023-08-07 18:00), 0.5.24-1 (2023-11-28 08:20), 0.5.24-2 (2023-12-01 11:20), 0.5.24-3 (2023-12-02 04:20), 0.5.24 (2023-11-19 23:40), 0.6.1-1 (2024-03-27 18:10)
Other packages that cited isotree R package
View isotree citation profile
Other R packages that isotree depends, imports, suggests or enhances
Complete documentation for isotree
Downloads during the last 30 days
04/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/03Downloads for isotree1520253035404550556065707580TrendBars

Today's Hot Picks in Authors and Packages

pdqr  
Work with Custom Distribution Functions
Create, transform, and summarize custom random variables with distribution functions (analogues of ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
rsvd  
Randomized Singular Value Decomposition
Low-rank matrix decompositions are fundamental tools and widely used for data analysis, dimension r ...
Download / Learn more Package Citations See dependency  
BINCOR  
Estimate the Correlation Between Two Irregular Time Series
Estimate the correlation between two irregular time series that are not necessarily sampled on ident ...
Download / Learn more Package Citations See dependency  
lifecourse  
Quantification of Lifecourse Fluidity
Provides in built datasets and three functions. These functions are mobility_index, nonStanTest and ...
Download / Learn more Package Citations See dependency  
cape  
Combined Analysis of Pleiotropy and Epistasis for Diversity Outbred Mice
Combined Analysis of Pleiotropy and Epistasis infers predictive networks between genetic variants a ...
Download / Learn more Package Citations See dependency  

24,187

R Packages

207,311

Dependencies

65,312

Author Associations

24,143

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA