Package: MLmorph 0.1.1

Oskar Kosch
MLmorph: Integrating Morphological Modeling and Machine Learning for Decision Support
Integrating morphological modeling with machine learning to support structured decision-making (e.g., in management and consulting). The package enumerates a morphospace of feasible configurations and uses random forests to estimate class probabilities over that space, bridging deductive model exploration with empirical validation. It includes utilities for factorizing inputs, model training, morphospace construction, and an interactive 'shiny' app for scenario exploration.
Authors:
MLmorph_0.1.1.tar.gz
MLmorph_0.1.1.zip(r-4.7)MLmorph_0.1.1.zip(r-4.6)MLmorph_0.1.1.zip(r-4.5)
MLmorph_0.1.1.tgz(r-4.6-any)MLmorph_0.1.1.tgz(r-4.5-any)
MLmorph_0.1.1.tar.gz(r-4.7-any)MLmorph_0.1.1.tar.gz(r-4.6-any)
MLmorph_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
MLmorph/json (API)
NEWS
| # Install 'MLmorph' in R: |
| install.packages('MLmorph', repos = c('https://theogrost.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/theogrost/mlmorph/issues
Last updated from:48c1bbf86e. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 146 | ||
| source / vignettes | OK | 207 | ||
| linux-release-x86_64 | OK | 144 | ||
| macos-release-arm64 | OK | 121 | ||
| macos-oldrel-arm64 | OK | 165 | ||
| windows-devel | OK | 86 | ||
| windows-release | OK | 231 | ||
| windows-oldrel | OK | 82 | ||
| wasm-release | OK | 140 |
Exports:create_morphospacecreate_rf_modelfactorize_binary_vectorfactorize_character_vectorfactorize_identityfactorize_nicely_dataframefactorize_nicely_vectorfactorize_numeric_vectorload_dataMLmorphMLmorph_dependencies
Dependencies:askpassbase64encbslibcachemcaretclasscliclockcodetoolscommonmarkcpp11crosstalkcurldata.tablediagramdigestdplyre1071evaluatefarverfastmapfontawesomeforeachfsfuturefuture.applygenericsggplot2globalsgluegowergtablehardhathighrhtmltoolshtmlwidgetshttpuvhttripredisobanditeratorsjquerylibjsonliteKernSmoothknitrlabelinglaterlatticelavalazyevallifecyclelistenvlubridatemagrittrMASSMatrixmemoisemimeModelMetricsnlmennetnumDerivopensslopenxlsxotelparallellypillarpkgconfigplotlyplyrpROCprodlimprogressrpromisesproxypurrrR6randomForestrappdirsRColorBrewerRcppreactablereactRrecipesreshape2rlangrmarkdownrpartS7sassscalesshapeshinyshinyFilesshinyjssourcetoolssparsevctrsSQUAREMstringistringrsurvivalsystibbletidyrtidyselecttimechangetimeDatetinytextzdbutf8vctrsviridisLitewithrxfunxtableyamlzip
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create a morphospace of predictor combinations with class probabilities | create_morphospace |
| Create a random forest classification model | create_rf_model |
| Turn binary vector into a factor | factorize_binary_vector |
| Turn character vector into a factor | factorize_character_vector |
| Identity factorization for numbered strings | factorize_identity |
| Heuristic factorization for all columns of a data frame | factorize_nicely_dataframe |
| Heuristic factorization for a single vector | factorize_nicely_vector |
| Turn numeric vector into an ordered factor | factorize_numeric_vector |
| Load tabular data (xlsx, csv, or json) | load_data |
| Launch the MLmorph shiny app | MLmorph |