Package: arlclustering 1.0.5

arlclustering: Exploring Social Network Structures Through Friendship-Driven Community Detection with Association Rules Mining

Implements an innovative approach to community detection in social networks using Association Rules Learning. The package provides tools for processing graph and rules objects, generating association rules, and detecting communities based on node interactions. Designed to facilitate advanced research in Social Network Analysis, this package leverages association rules learning for enhanced community detection. This approach is described in El-Moussaoui et al. (2021) <doi:10.1007/978-3-030-66840-2_3>.

Authors:Mohamed El-Moussaoui [aut, cre], Mohamed Hanine [aut], Ali Kartit [ths], Tarik Agouti [rev]

arlclustering_1.0.5.tar.gz
arlclustering_1.0.5.zip(r-4.5)arlclustering_1.0.5.zip(r-4.4)arlclustering_1.0.5.zip(r-4.3)
arlclustering_1.0.5.tgz(r-4.4-any)arlclustering_1.0.5.tgz(r-4.3-any)
arlclustering_1.0.5.tar.gz(r-4.5-noble)arlclustering_1.0.5.tar.gz(r-4.4-noble)
arlclustering_1.0.5.tgz(r-4.4-emscripten)arlclustering_1.0.5.tgz(r-4.3-emscripten)
arlclustering.pdf |arlclustering.html
arlclustering/json (API)

# Install 'arlclustering' in R:
install.packages('arlclustering', repos = c('https://assuom44.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/assuom44/arlclustering/issues

On CRAN:

23 exports 1.69 score 13 dependencies 50 scripts

Last updated 9 days agofrom:1c705c9cd7. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 12 2024
R-4.5-winOKSep 12 2024
R-4.5-linuxOKSep 12 2024
R-4.4-winOKSep 12 2024
R-4.4-macOKSep 12 2024
R-4.3-winOKSep 12 2024
R-4.3-macOKSep 12 2024

Exports:arlc_calculate_modearlc_clean_final_rulesarlc_clusters_plotarlc_convert_date_formatarlc_count_naarlc_df_summaryarlc_fct_clean_transactionsarlc_fct_get_best_apriori_thresholdsarlc_file_exists_readablearlc_gen_gross_rulesarlc_gen_transactionsarlc_generate_clustersarlc_generate_date_sequencearlc_generate_uidarlc_get_apriori_thresholdsarlc_get_network_datasetarlc_get_NonR_rulesarlc_get_significant_rulesarlc_is_numeric_vectorarlc_list_to_dfarlc_measure_timearlc_normalize_vectorarlc_replace_na

Dependencies:arulesclicpp11genericsglueigraphlatticelifecyclemagrittrMatrixpkgconfigrlangvctrs

ARLClustering - General Introduction

Rendered fromGeneral-Introduction.Rmdusingknitr::rmarkdownon Sep 12 2024.

Last update: 2024-08-22
Started: 2024-07-11

ARLClustering - Testing Dolphins dataset

Rendered fromDolphins-Dataset.Rmdusingknitr::rmarkdownon Sep 12 2024.

Last update: 2024-08-31
Started: 2024-07-13

ARLClustering - Testing Facebook Friends dataset

Rendered fromFacebook-Friends-Dataset.Rmdusingknitr::rmarkdownon Sep 12 2024.

Last update: 2024-08-31
Started: 2024-08-20

ARLClustering - Testing Facebook L1 Organization dataset

Rendered fromFacebookOrgaL1-Dataset.Rmdusingknitr::rmarkdownon Sep 12 2024.

Last update: 2024-08-31
Started: 2024-08-03

ARLClustering - Testing Karate dataset

Rendered fromKarate-Dataset.Rmdusingknitr::rmarkdownon Sep 12 2024.

Last update: 2024-08-31
Started: 2024-07-11

ARLClustering - Testing LesMiserables dataset

Rendered fromLesMiserables-Dataset.Rmdusingknitr::rmarkdownon Sep 12 2024.

Last update: 2024-08-31
Started: 2024-07-13

ARLClustering - Testing NetScience dataset

Rendered fromNetScience-Dataset.Rmdusingknitr::rmarkdownon Sep 12 2024.

Last update: 2024-08-31
Started: 2024-07-13

ARLClustering - Testing WordAdjacency dataset

Rendered fromWord_Adjacencies-Dataset.Rmdusingknitr::rmarkdownon Sep 12 2024.

Last update: 2024-08-31
Started: 2024-08-20

Readme and manuals

Help Manual

Help pageTopics
Calculate the Mode of a Vectorarlc_calculate_mode
Clean Final Rulesarlc_clean_final_rules
Plot Graph with Custom Layout and Communitiesarlc_clusters_plot
Convert a Date to a Different Formatarlc_convert_date_format
Count NA Values in a Data Framearlc_count_na
Create a Summary of a Data Framearlc_df_summary
Clean Transactions by Removing Overlapping Setsarlc_fct_clean_transactions
Get Best Apriori Thresholdsarlc_fct_get_best_apriori_thresholds
Check if a File Exists and is Readablearlc_file_exists_readable
Get Gross Rulesarlc_gen_gross_rules
Get Transactional Datasetarlc_gen_transactions
Generate Clustersarlc_generate_clusters
Generate a Sequence of Datesarlc_generate_date_sequence
Generate a Unique Identifierarlc_generate_uid
Get Apriori Thresholdsarlc_get_apriori_thresholds
Get Network Datasetarlc_get_network_dataset
Get Non-Redundant Rulesarlc_get_NonR_rules
Get Significant Rulesarlc_get_significant_rules
Check if a Vector is Numericarlc_is_numeric_vector
Convert List of Vectors to Data Framearlc_list_to_df
Measure Execution Time of a Functionarlc_measure_time
Normalize a Numeric Vectorarlc_normalize_vector
Replace NA with a Specified Valuearlc_replace_na