microsoft / ai-edu
Components & Dependencies

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

  • A software system can have one or more logical decompositions.
  • A logical decomposition can be defined in two ways in Sokrates.
  • First approach is based on the folders structure. Components are mapped to folders at defined folder depth relative to the source code root.
  • Second approach is based on explicit definition of each component. In such explicit definitions, components are explicitly named and their files are selected based on explicitly defined path and content filters.
  • A logical decomposition is considered invalid if a file is selected into two or more components.This constraint is introduced in order to facilitate measuring of dependencies among components.
  • Files not assigned to any component are put into a special "Unclassified" component.
Learn more...
Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

  • primary (19 components)

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure (relative to the source code root), with automatically defined folder depth to have at least 10 components.

Bubble Chart | Tree Map
Components
The "primary" logical decomposition has 19 components.
  • 679 files, 105,217 lines of code (100.0% vs. main code).
  • "#U5b9e#U8df5#U9879#U76ee/2020_AI_UCI #U5fc3#U810f#U75c5" is biggest, containing 65.83% of code.
  • "#U5b9e#U8df5#U6848#U4f8b/B12-#U57fa#U4e8e#U8fd1#U90bb#U56fe#U7684#U5411#U91cf#U641c#U7d22#U6848#U4f8b" is smallest, containing 0.1% of code.


#U5b9e#U8df5#U9879#U76ee/2020_AI_UCI #U5fc3#U810f#U75c569263 LOC (65%) 5 files
#U57fa#U7840#U6559#U7a0b/A2-#U795e#U7ecf#U7f51#U7edc#U57fa#U672c#U539f#U740622512 LOC (21%) 397 files
#U5b9e#U8df5#U9879#U76ee/2019_MSC_#U9ec4#U91d1#U70b92831 LOC (2%) 33 files
#U57fa#U7840#U6559#U7a0b/A4-#U7ecf#U5178#U673a#U5668#U5b66#U4e60#U7b97#U6cd5#Uff08#U66f4#U65b0#U4e2d#Uff092691 LOC (2%) 40 files
#U5b9e#U8df5#U6848#U4f8b/B09-#U624b#U5199#U7b97#U5f0f#U8ba1#U7b97#U56681348 LOC (1%) 12 files
#U5b9e#U8df5#U6848#U4f8b/B15-#U57fa#U4e8e#U6df1#U5ea6#U5b66#U4e60#U7684#U4ee3#U7801#U641c#U7d22#U6848#U4f8b1276 LOC (1%) 22 files
#U57fa#U7840#U6559#U7a0b/A1-Python#U4e0e#U57fa#U7840#U77e5#U8bc61056 LOC (1%) 80 files
#U5b9e#U8df5#U6848#U4f8b/B01-#U6f2b#U753b#U7ffb#U8bd1678 LOC (<1%) 10 files
#U5b9e#U8df5#U6848#U4f8b/B03-#U770b#U56fe#U8bc6#U718a675 LOC (<1%) 17 files
#U57fa#U7840#U6559#U7a0b/A7-#U5f3a#U5316#U5b66#U4e60616 LOC (<1%) 13 files
#U5b9e#U8df5#U6848#U4f8b/B06-#U642d#U5efa#U4e2d#U95f4#U670d#U52a1#U5c42582 LOC (<1%) 19 files
#U5b9e#U8df5#U6848#U4f8b/B05-#U6587#U672c#U6717#U8bfb#U5e94#U7528334 LOC (<1%) 6 files
ROOT280 LOC (<1%) 1 files
#U5b9e#U8df5#U6848#U4f8b/B13-AI#U5bf9#U8054#U751f#U6210#U6848#U4f8b244 LOC (<1%) 7 files
#U5b9e#U8df5#U6848#U4f8b/B04-#U667a#U80fd#U5bb6#U5c45217 LOC (<1%) 4 files
#U57fa#U7840#U6559#U7a0b/A3-#U795e#U7ecf#U7f51#U7edc#U9ad8#U7ea7#U6a21#U578b#Uff08#U5f81#U7a3f#Uff09180 LOC (<1%) 1 files
#U5b9e#U8df5#U6848#U4f8b/B07-#U624b#U5199#U6570#U5b57#U8bc6#U522b164 LOC (<1%) 4 files
#U5b9e#U8df5#U6848#U4f8b/B02-#U95ee#U7b54#U7cfb#U7edf#U548c#U5bf9#U8bdd#U673a#U5668#U4eba#U670d#U52a1160 LOC (<1%) 7 files
#U5b9e#U8df5#U6848#U4f8b/B12-#U57fa#U4e8e#U8fd1#U90bb#U56fe#U7684#U5411#U91cf#U641c#U7d22#U6848#U4f8b110 LOC (<1%) 1 files
Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.



2022-01-30 22:28