Skip to content

Commit c8a641d

Browse files
Add files via upload
1 parent 9ecf3d0 commit c8a641d

File tree

1 file changed

+59
-16
lines changed

1 file changed

+59
-16
lines changed

index.html

Lines changed: 59 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@
3030
}
3131

3232

33+
.auto-style4 {
34+
border-collapse: separate;
35+
background-color: #6699FF;
36+
}
37+
38+
39+
.auto-style5 {
40+
color: #FFFFFF;
41+
}
42+
43+
3344
</style>
3445
{% seo %}
3546
</head>
@@ -53,24 +64,56 @@
5364
<p class="auto-style3"><strong>FunClub: An e-community for FUNctional data CLUstering</strong></p>
5465

5566
<p style="margin-left:2cm; margin-right:2cm; text-align: justify;">
56-
Functional data clustering is a method used to group similar types of data together based on the way they change over time or some other continuous variable. Imagine you have a bunch of graphs showing how something changes over time, like the stock market or the temperature in a city. Each graph is a unique "function" that represents a specific trend over time.
57-
</p>
58-
59-
60-
<p style="margin-left:2cm; margin-right:2cm; text-align: justify;">
61-
Now imagine you want to group these graphs into different categories based on how they are similar to each other. For example, you might want to group together graphs that have similar patterns of ups and downs. Functional data clustering helps you do this by using mathematical algorithms to analyze the shape and behavior of the graphs and identify which ones are most similar.
62-
</p>
67+
FunClub contributes to the theoretical, methodological, and computational developments for the cluster analysis of functional data. A functional datum is not an individual value but rather a set of measurements/observations along a continuum that, taken together, are to be regarded as a single entity. The goal of functional data clustering is to group together functions that share common features, providing insights into the underlying structures.</p>
68+
69+
70+
<p style="margin-left:2cm; margin-right:2cm; text-align: justify;"> Functional data clustering has a wide range of applications in many fields:</p>
71+
<p style="margin-left:2cm; margin-right:2cm; text-align: justify;">
72+
<strong>Biomedical Signal Analysis</strong>: Functional data clustering can be used to analyze biomedical signals such as electrocardiograms (ECG), electroencephalograms (EEG), or electromyograms (EMG). By clustering these signals, patterns and abnormalities can be identified, leading to better diagnosis and treatment of diseases.
73+
</p>
74+
<p style="margin-left:2cm; margin-right:2cm; text-align: justify;">
75+
<strong>Climate Analysis</strong>: Functional data clustering is useful for analyzing climate data, such as temperature, humidity, or precipitation, recorded over time. It can help identify similar climate patterns across different regions, detect climate change trends, and understand the impact of environmental factors on various aspects like agriculture, water resources, or natural disasters.
76+
</p>
77+
<p style="margin-left:2cm; margin-right:2cm; text-align: justify;">
78+
<strong>Human Movement Analysis</strong>: Functional data clustering can be employed to analyze human movement data captured by motion sensors, accelerometers, or video recordings. It can be used in fields like sports science, rehabilitation, or ergonomics to identify distinct movement patterns, classify activities, or detect abnormalities in movement for injury prevention.
79+
</p>
80+
<p style="margin-left:2cm; margin-right:2cm; text-align: justify;">
81+
<strong>Functional Genomics</strong>: In genomics, functional data clustering can be applied to analyze gene expression data obtained from microarray or RNA-sequencing experiments. It helps in identifying groups of genes that exhibit similar expression patterns across different biological conditions or disease states, providing insights into gene function, regulatory networks, and potential therapeutic targets.
82+
</p>
83+
<p style="margin-left:2cm; margin-right:2cm; text-align: justify;">
84+
<strong>Image and Video Analysis</strong>: Functional data clustering can be extended to analyze image or video data where each pixel or frame represents a functional unit. It can be used for tasks like image segmentation, object tracking, or action recognition by grouping similar visual patterns together.
85+
</p>
86+
<p style="margin-left:2cm; margin-right:2cm; text-align: justify;">
87+
<strong>Speech and Natural Language Processing</strong>: Functional data clustering can be utilized to analyze speech signals or natural language data. It helps in segmenting and clustering speech utterances based on acoustic or linguistic features, enabling applications like speaker identification, emotion recognition, or automatic speech recognition.
88+
</p>
89+
90+
91+
92+
<table style="width: 90%; border-spacing:0.2cm;" align="center">
93+
<tr>
94+
<td style="width: 40%;" class="auto-style4" valign="top">
95+
<br/>
96+
<strong><span class="auto-style5">School of Computer Science and Statistics</span><br class="auto-style5" />
97+
<span class="auto-style5">Trinity College Dublin</span><br class="auto-style5" />
98+
<span class="auto-style5">Dublin 2, Ireland
99+
</span>
100+
</strong>
101+
<br/>
102+
<br/>
103+
<strong><span class="auto-style5">I-Form Advanced Manufacturing Research Centre</span><br class="auto-style5" />
104+
<span class="auto-style5">Science Foundation Ireland</span><br class="auto-style5" />
105+
<span class="auto-style5">Ireland
106+
</span>
107+
</strong>
108+
109+
</td>
110+
<td style="width: 60%; " >
111+
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2381.968801315982!2d-6.253481522969285!3d53.343814674912544!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x48670e9a9ca5a9d5%3A0x5922c79133c70946!2sLloyd%20Institute!5e0!3m2!1sen!2sie!4v1689331089238!5m2!1sen!2sie" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
112+
</td>
113+
</tr>
114+
</table>
63115

64116

65-
<p style="margin-left:2cm; margin-right:2cm; text-align: justify;">
66-
This kind of clustering can be useful in a variety of fields, including finance, biology, and climate science, where researchers may be interested in identifying patterns in large datasets that can be difficult to see with the naked eye. By grouping similar functions together, researchers can gain insights into the underlying trends and relationships between different variables.
67-
</p>
68-
69-
70-
<p style="margin-left:2cm; margin-right:2cm; text-align: justify;">
71-
Below are some applications of functional data clustering:
72-
73-
</p>
74117

75118

76119

0 commit comments

Comments
 (0)