2021
DOI: 10.3991/ijet.v16i09.22747
|View full text |Cite
|
Sign up to set email alerts
|

An Improved Apriori Algorithm for Association Mining Between Physical Fitness Indices of College Students

Abstract: The physical fitness of college students can be evaluated scientifically based on the data of physical education (PE). This paper firstly relies on the Apriori algorithm to mine the hidden correlations between the physical fitness indices from the PE data on college students, and identify the indices closely associated with the physical fitness of college students. Then, the Apriori algorithm was improved to reduce the time complexity of association rule mining. Based on the improved algorithm, it was learned … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
8
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
6
1
1

Relationship

0
8

Authors

Journals

citations
Cited by 12 publications
(8 citation statements)
references
References 24 publications
0
8
0
Order By: Relevance
“…Liu N et al in the study of College English score analysis, the College English test system software based on data mining mainly realizes the automatic generation of test papers by computer programs, sets the test time, automatically judges the test scores of candidates, and gives the scores on the spot [10]. Pan T uses Apriori algorithm to mine the hidden correlation between physical fitness indicators from college students' sports data and identify the indicators closely related to college students' physical fitness [11]. In the analysis of students' psychological problems, Liu J and others used data mining technology to realize the dynamic management of psychological early warning data, monitor the psychology of high-risk groups in real time, and improve the accuracy and effectiveness of early identification and early warning of students' psycho-logical crisis [12].…”
Section: State Of the Artmentioning
confidence: 99%
“…Liu N et al in the study of College English score analysis, the College English test system software based on data mining mainly realizes the automatic generation of test papers by computer programs, sets the test time, automatically judges the test scores of candidates, and gives the scores on the spot [10]. Pan T uses Apriori algorithm to mine the hidden correlation between physical fitness indicators from college students' sports data and identify the indicators closely related to college students' physical fitness [11]. In the analysis of students' psychological problems, Liu J and others used data mining technology to realize the dynamic management of psychological early warning data, monitor the psychology of high-risk groups in real time, and improve the accuracy and effectiveness of early identification and early warning of students' psycho-logical crisis [12].…”
Section: State Of the Artmentioning
confidence: 99%
“…26–28 Also, the physical fitness of college students can be analyzed. 30 Moreover, supermarket layout research can also be studied. 31 Below, the pseudo-code of the Apriori algorithm is displayed:
L1={large 1itemsets}; for (k=2; Lk10;k++); Ck=apriorigen(Lk1); for all transactions tD do begin Ct=subset(Ck,t); for all candidates cCt do c .count ++; end Lk={cCk|c.countminsup
…”
Section: Methodsmentioning
confidence: 99%
“…[26][27][28] Also, the physical fitness of college students can be analyzed. 30 Moreover, supermarket layout research can also be studied. 31 Below, the pseudo-code of the Apriori algorithm is displayed: Here, "L" and "C" are defined as frequent itemsets and candidates, respectively.…”
Section: Apriori Algorithmmentioning
confidence: 99%
“…Finding frequent item sets means extracting the combination of transactions that satisfy the threshold condition from the transaction set based on the relative frequency of a group of items appearing in the transaction pool individually or jointly, and this step is the key part of the algorithm. Mining association rules are based on finding frequent itemsets to mine transactions that may have strong relationships based on specific decision conditions [22][23].…”
Section: Apriori Classical Algorithmmentioning
confidence: 99%