Description: Problem description:
Given m n dimensional vector a, right? A, the vector classification problem requires the same vector to be divided into the same class. The trial
1, 2 m
An effective algorithm for solving vector classification problems by abstract data type table.
Experimental tasks:
Given m n dimensional vectors, how many classes can be divided into m n dimensional vectors.
Data input:
Input data is given by input.txt. The first row has two positive integers m and n, respectively representing the number of vectors and each of them
The dimension of a vector. In the next m row, each row has n integers, representing the corresponding n-dimensional vector.
Results output:
Output the equivalent class of the computed vector to the output of the file output. TXT.
An example of the input file example output file
Input. TXT output. TXT
6 April 3
3 5, 7, 9
4 3 July 5
3 5, 7, 9
4 2 1 6
3 5, 7, 9
4 2 1 6
To Search:
- [data_structure] - Tree representation and a collection of
- [class] - Vector distribution of a given m a n-dim
- [Pyramid] - Pyramid search algorithm, a good algorit
- [Tsai] - Round of the code image calibration code
File list (Check if you may need any files):