Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| example [2024/06/19 17:52] – epsatisep | example [2026/02/26 16:57] (current) – epsatisep | ||
|---|---|---|---|
| Line 92: | Line 92: | ||
| ==== MathJax Plugin Usage Example ==== | ==== MathJax Plugin Usage Example ==== | ||
| - | Equation \ref{eq: | + | Equation \ref{eq: |
| This is an in line expression $a+b=c$. | This is an in line expression $a+b=c$. | ||
| Line 102: | Line 102: | ||
| </ | </ | ||
| - | As [(bandyopadhyay2013unsupervised)] states, the most popular similarity metrics are the distance and the cosine similarity. The distance-based metrics include the Euclidean distance, the Hamming distance or the Chebyshev distance, among others. | + | As [(Bandyopadhyay2013)] states, the most popular similarity metrics are the distance and the cosine similarity. The distance-based metrics include the Euclidean distance, the Hamming distance or the Chebyshev distance, among others. |
| Equation \ref{eq: | Equation \ref{eq: | ||
| Line 113: | Line 113: | ||
| </ | </ | ||
| - | ==== Todo Plugin Usage Example ==== | + | /* |
| + | ==== Todo Plugin Usage Example ==== | ||
| For project management | For project management | ||
| Line 123: | Line 124: | ||
| ~~NOCACHE~~ | ~~NOCACHE~~ | ||
| ~~TODOLIST~~ | ~~TODOLIST~~ | ||
| + | */ | ||
| + | /* | ||
| ==== Task Plugin Usage Example ==== | ==== Task Plugin Usage Example ==== | ||
| Line 141: | Line 143: | ||
| DESCRIPTION: | DESCRIPTION: | ||
| </ | </ | ||
| + | */ | ||
| ==== Code Listing Example ==== | ==== Code Listing Example ==== | ||
| The server code is presented in Listing | The server code is presented in Listing | ||
| Line 147: | Line 149: | ||
| < | < | ||
| < | < | ||
| + | < | ||
| public class CheckersServer { | public class CheckersServer { | ||
| private static final int PORT = 12345; | private static final int PORT = 12345; | ||
| Line 165: | Line 168: | ||
| e.printStackTrace(); | e.printStackTrace(); | ||
| } | } | ||
| - | }</codeblock> | + | } |
| + | </code> | ||
| + | </ | ||
| ===== Bibliography ====== | ===== Bibliography ====== | ||