library(TangledFeatures)We attempt to link similar features on the basis of correlation. TangledFeatures automatically detects the type of correlation needed between two features. We currently generate the correlations between numeric, unordered categorical variables and ordered categorical variables You can set the correlation type based upon the data set you have within the package.
You can also generate the correlation heat map for the entire data set as well as the interconnected network graph
Set plot = TRUE in the initial function
We can generate the heat map from the final TangledFeatures object
plot_obj <- TangledFeatures(Data)$Correlation_heatmap
plot(plot_obj)We can generate the interconnected graph as well
plot_obj <- TangledFeatures(Data)$Graph_plot
plot(plot_obj)
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.