The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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
<- TangledFeatures(Data)$Correlation_heatmap
plot_obj plot(plot_obj)
We can generate the interconnected graph as well
<- TangledFeatures(Data)$Graph_plot
plot_obj plot(plot_obj)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.