example

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
example [2024/06/19 17:52] epsatisepexample [2026/02/26 16:57] (current) epsatisep
Line 92: Line 92:
 ==== MathJax Plugin Usage Example ==== ==== MathJax Plugin Usage Example ====
  
-Equation \ref{eq:cosinesimilarity} represents the cosine similarity between two vectors of features. This similarity measurement takes values in the range of $[0,1]$ [(bandyopadhyay2013unsupervised)].+Equation \ref{eq:cosinesimilarity} represents the cosine similarity between two vectors of features. This similarity measurement takes values in the range of $[0,1]$ [(Bandyopadhyay2013)].
 This is an in line expression $a+b=c$. This is an in line expression $a+b=c$.
  
Line 102: Line 102:
 </WRAP> </WRAP>
  
-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:euclideandistance} displays the Euclidean distance formula. Equation \ref{eq:euclideandistance} displays the Euclidean distance formula.
Line 113: Line 113:
 </WRAP> </WRAP>
  
-==== 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: Perform a market research concerning your product. DESCRIPTION: Perform a market research concerning your product.
 </task> </task>
 +*/
 ==== Code Listing Example ==== ==== Code Listing Example ====
 The server code is presented in Listing  {{ref>clabel0}}. The server code is presented in Listing  {{ref>clabel0}}.
Line 147: Line 149:
 <codeblock clabel0> <codeblock clabel0>
 <caption>Server-side code </caption> <caption>Server-side code </caption>
 +<code>
     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
 +</codeblock>
 ===== Bibliography ====== ===== Bibliography ======
  • example.1718815956.txt.gz
  • Last modified: 2024/06/19 17:52
  • by epsatisep