hyunsooseol / snowCluster

This module allows users to analyze k-means & hierarchical clustering, and visualize results of Principal Component, Correspondence Analysis, Discriminant analysis, Decision tree, Multidimensional scaling, Multiple Factor Analysis, Machine learning, and Prophet analysis.
http://www.sthda.com/english/wiki/factoextra-r-package-easy-multivariate-data-analyses-and-elegant-visualization
8 stars 2 forks source link

Request for a Guide for Jamovi SnowCluster #21

Closed WeiJieLim468 closed 6 months ago

WeiJieLim468 commented 6 months ago

Hi Prof Hyunsoo, I am new to machine learning. May I know if you have a guide or glossary for your SnowCluster package? I have researched the technical short forms such as "svmlinear" and "rf" using Google. It will be enormously helpful if you have a resource to advise me on how to use your SnowCluster package. Let me know if you have a resource somewhere. Thank you very much in advance.

hyunsooseol commented 6 months ago

Hi WeiJieLim468

Thank you for using snowCluster module.

The snowCluster module was developed based on the caret R package. In machine learning analysis, the training model can be referred to the abbreviation of the caret package. The caret package is shown in the figure below, click the link in program.

image

Kind Regards Seol

WeiJieLim468 commented 6 months ago

Hi Prof Hyunsoo, thank you for your prompt reply. I will check out the caret package. Thank you.