powered by
Algorithm proposed by: ZHOU Xiao-Yun+, SUN Zhi-Hui, ZHANG Bai-Li, YANG Yi-Dong - A Fast Outlier Detection Algorithm for High Dimensional Categorical Data Streams. Journal of Software 18(4). April 2007.
WFPOF(data, minSupport = 0.3, mlen = 0, noCores = 1)
data.frame or transactions from arules with input data
data.frame
transactions
arules
minimum support for FPM
maximum length of frequent itemsets
number of cores for parallel computation
model output (list) with all results including outlier scores
# NOT RUN { library("fpmoutliers") dataFrame <- read.csv( system.file("extdata", "fp-outlier-customer-data.csv", package = "fpmoutliers")) model <- WFPOF(dataFrame, minSupport = 0.001) # }
Run the code above in your browser using DataLab