Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cyril Labbe
scidetect
Commits
ff9bdc0f
Commit
ff9bdc0f
authored
Mar 23, 2015
by
Cyril Labbe
Browse files
Merge branch 'master' of
https://forge.imag.fr/anonscm/git/scidetect/scidetect
Doc
parents
9940f8ac
e987297d
Changes
2
Hide whitespace changes
Inline
Side-by-side
README
View file @
ff9bdc0f
...
@@ -13,9 +13,7 @@ Prerequisites
...
@@ -13,9 +13,7 @@ Prerequisites
==================================
==================================
SciDetect was developed and tested on Ubuntu Linux. It should work on
SciDetect was developed and tested on Ubuntu Linux. It should work on
other system also.
other system also.
To run ScidDetect, you will need:
To run ScidDetect, you will need Java SE 6 or higher. You will also need the following components:
-Java SE 6 or higher.
You will also need the following components:
-SciDetect_local.jar
-SciDetect_local.jar
-config.txt
-config.txt
-A directory for data samples.
-A directory for data samples.
...
@@ -24,24 +22,25 @@ You will also need the following components:
...
@@ -24,24 +22,25 @@ You will also need the following components:
Running
Running
==================================
==================================
The main program is encapsulated in SciDetect_local.jar
The main program is encapsulated in SciDetect_local.jar
For a summary of options, run:
For a summary of options, use the following command:
Java -jar SciDetect_local.jar -h
Java -jar SciDetect_local.jar -h
To check a folder contains
pdf
or
xml, run
:
To check a folder contains
PDF
or
XML, use the following command
:
Java -jar SciDetect_local.jar -c path_to_folder
Java -jar SciDetect_local.jar -c path_to_folder
For more information, please refer to Documentation.pdf.
For more information, please refer to Documentation.pdf
file
.
Makefile
Makefile
==================================
==================================
A Makefile is also provided
in case you want to recompile the program.
SciDetect includes a makefile
in case you want to recompile the program.
In a terminal window, simply navigate to the program directory and $make
In a terminal window, simply navigate to the program directory and $make
Source code
Source code
==================================
==================================
Please refer to the
Java
doc for a detail explanation of the source code
See the program's
Javadoc for a detail explanation of the source code
.
Credits
Credits
...
@@ -52,6 +51,6 @@ it was written by Nguyen Minh Tien and Cyril Labbe from the LIG (http://www.ligl
...
@@ -52,6 +51,6 @@ it was written by Nguyen Minh Tien and Cyril Labbe from the LIG (http://www.ligl
License
License
==================================
==================================
SciDetect is free software. You are welcome to share, copy, and modify
SciDetect is free software. You are welcome to share, copy, and modify
it,
it,
under the terms of the GNU General Public License, version 3.0.
under the terms of the GNU General Public License, version 3.0.
See the
file
LICENSE.
See the LICENSE
file for more details
.
tex/statistictable.tex
0 → 100644
View file @
ff9bdc0f
\documentclass
[11pt,a4paper,titlepage]
{
article
}
\begin{document}
\begin{table}
[ht]
\begin{tabular}
{
|l|c|c|c|c|c|
}
%\hline
\hline
&
Scigen
&
Physgen
&
Mathgen
&
Propgen
&
Genuine
\\
\hline
Mean distant to NN
&
0.3516657439
&
0.3531284423
&
0.2284321961
&
0.1425688279
&
0.6909262827
\\
Min distant to NN
&
0.3055063737
&
0.3120685957
&
0.1993997783
&
0.1156376126
&
0.5225858277
\\
Max distant to NN
&
0.4014905379
&
0.3932289760
&
0.2837307114
&
0.2206600904
&
0.9912927374
\\
Standard deviation
&
0.0144390015
&
0.0120515277
&
0.0143429504
&
0.0157618469
&
0.1170299643
\\
Median
&
0.3518156669
&
0.3527417268
&
0.2272039843
&
0.140403222
&
0.6424112226
\\
\hline
\end{tabular}
\end{table}
\end{document}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment