Recent Releases of latrend
latrend - v1.5.1
- Resolved CRAN errors and warnings
- Alternative implementation of ASW and Dunn index due to removal of clusterCrit package from CRAN (#131, #132)
- New PAP.adh dataset (#130)
- Added support to lcmm methods for (parallel) gridsearch (#126)
- More robust implementation of meta methods, allowing argument pass-through (#128)
- Improved package documentation (#127)
- R
Published by niekdt almost 3 years ago
latrend - v1.5.0
New features
- Implemented virtual class for meta methods (#61)
- Implemented a meta method for repeatedly fitting a method and selecting the best fit (see
lcFitRep,lcFitRepMin,lcFitRepMax) (#61) - Implemented a meta method for repeatedly fitting a method until convergence (see
lcFitConverged) (#61)
Major changes
- Made
getLcMethod()generic
Other changes
- Added check for formula argument to LMKM method
- Added "converged" slot to lcModelPartition
- Generic validate() checks for correct output length
- Added workaround for erroneous R CMD check rmarkdown import note
- R
Published by niekdt over 3 years ago
latrend - v1.4.1
Bug fixes
- Fixed bug in
predict.lcModel()introduced by #116 - Attempt to fix the documentation warning about how the escaped ampersand is not escaped
Breaking changes
- Default initialization of
lcMethodLcmmGMMandlcMethodLcmmGBTMis set toinit = "lme"to support lcmm v2.0.0 #121
- R
Published by niekdt over 3 years ago
latrend - v1.4.0
New features
- Added RMSE and WRMSE metrics
-
plotMetric()now shows legend when grouping -
externalMetric(lcModels)returns a named distance matrix
Bug fixes
- Improved kml package compatibility; fixed errors on datasets with variable-length short trajectories
- Resolved warnings from
latrendBoot()andlatrendCV()
Breaking changes
- Removed redundant
lcModelCustomin favor oflcModelPartition - Renamed
lcMethodCustomtolcMethodFunctionfor clarity
- R
Published by niekdt over 3 years ago
latrend - v1.3.0
New features
- Parameterized method testing framework for
lcMethodandlcModelimplementations. Seetest.latrend(). - Warnings for missing data observations
- Better handling of data with missing observations
Breaking changes
- Removed support for the
longclustpackage as it is no longer available on CRAN.
Other changes
- Updated examples, vignettes and tests to pass with
_R_CHECK_DEPENDS_ONLY_ = true.
- R
Published by niekdt over 3 years ago
latrend - v1.1.2
Changes compared to v1.1.0
- Parallel computation for
latrendRep(),latrendBatch(),latrendBoot(), andlatrendCV()through the foreach package. Package tests make use of the doParallel package, which has been added as a suggested package. - Added parallel computation examples in
?'latrend-parallel'. - Updated akmedoids interface due to changes in akmedoids 1.3.0.
- Addressed R CMD check notes
- Removed doMC package suggestion as it results in a CMD check error in Windows.
- Auto-removal of cld.Rdata file generated by kml
Files
- R
Published by niekdt almost 5 years ago
latrend - 1.0.5
- Changed several aspects of the interface regarding function output. Not backwards compatible.
- Modified the lcMethodLcmm arguments to more closely match the original hlme function.
- Changed model implementations to use predictForCluster() instead of predict(). Does not affect output.
- Fixes several bugs related to predict()
- R
Published by niekdt about 5 years ago