Открыть меню
683
286
3
15 тыс.
Wiki - Факультет компьютерных наук
Переключить меню настроек
Открыть персональное меню
Вы не представились системе
Ваш IP-адрес будет виден всем, если вы внесёте какие-либо изменения.

C++ Programming Language 2023/24 / Project

Материал из Wiki - Факультет компьютерных наук
Версия от 23:11, 18 апреля 2024; imported>Aspronina (Migrated current public revision from wiki.cs.hse.ru)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Overview

Within the framework of the project you will act as a development team.

There are several options for completing the project:

  • Template project (already-made technical specifications);
  • Proactive project (you act as a business customer and a development team).

Functional Requirements

Template project (total 60 points out of 80)

A team should develop console application for clustering problem.
Developed program could be used as library and as standalone application.
What should be implemented:

  • Clustering algorithms:
    • Input:
      • Preprocessed matrix;
      • Number of clusters;
    • Output:
      • Marked clusters for input data;
  • Interpretation algorithm;
  • Supplementary function for reading and writing;
  • Documentation with usage examples.

Proactive project (total 80 points out of 80)