
DiscretePath
macOS / Productivité
'DiscretePath' is software for drawing, visualizing and analyzing medium-sized graphs (networks). Graphs of up to 20,000 edges (links) can be drawn in a reasonable amount of time. Larger graphs can also be imported and drawn, but this takes longer. Most analyzes can be performed on medium sized graphs, except when non-polynomial algorithms or very complex matrices need to be constructed.
An 'Artificial Intelligence' module has been added. This module covers A.I. algorithms that use graphs in some form. The first supervised learning A.I. algorithms that are covered are: "Decision Trees". The decision tree algorithms can handle both categorical and numerical data and can be used for both classification and regression tasks.
At https://www.intrinsic-code.eu you will find the 'User's Guide' which visually explains how to use the software, as well as additional information and background on the many software functions and algorithms used in the analyses.
Quoi de neuf dans la dernière version ?
Bug fix:
Nearest neighbor clustering for directed graphs: A conversion error could cause the clustering to be incorrect. This bug has been fixed.