Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scidetect
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cyril Labbe
scidetect
Commits
ff9bdc0f
Commit
ff9bdc0f
authored
Mar 23, 2015
by
Cyril Labbe
Browse files
Options
Browse Files
Download
Plain Diff
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
Showing
2 changed files
with
26 additions
and
11 deletions
+26
-11
README
README
+10
-11
statistictable.tex
tex/statistictable.tex
+16
-0
No files found.
README
View file @
ff9bdc0f
...
...
@@ -13,9 +13,7 @@ Prerequisites
==================================
SciDetect was developed and tested on Ubuntu Linux. It should work on
other system also.
To run ScidDetect, you will need:
-Java SE 6 or higher.
You will also need the following components:
To run ScidDetect, you will need Java SE 6 or higher. You will also need the following components:
-SciDetect_local.jar
-config.txt
-A directory for data samples.
...
...
@@ -24,24 +22,25 @@ You will also need the following components:
Running
==================================
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
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
For more information, please refer to Documentation.pdf.
For more information, please refer to Documentation.pdf
file
.
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
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
...
...
@@ -52,6 +51,6 @@ it was written by Nguyen Minh Tien and Cyril Labbe from the LIG (http://www.ligl
License
==================================
SciDetect is free software. You are welcome to share, copy, and modify
it,
under the terms of the GNU General Public License, version 3.0.
See the
file LICENSE
.
SciDetect is free software. You are welcome to share, copy, and modify
it,
under the terms of the GNU General Public License, version 3.0.
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
Markdown
is supported
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