Difference between revisions of "vectorImageNearestNeighborMethod"

From EosPedia
Jump to: navigation, search
(eigenValue.txt format)
 
(2 intermediate revisions by the same user not shown)
Line 72: Line 72:
 
</tr>  
 
</tr>  
 
</table>  
 
</table>  
<div>$EOS_HOME直下にeigenValue.txtがなければならない。</div>
+
<div>eigenValue.txt must be put in $EOS_HOME directly.</div>
 
<br>
 
<br>
  
Line 88: Line 88:
 
<br>
 
<br>
  
===Input fileリスト format===
+
===Input file list format===
 
<pre>
 
<pre>
 
mrcfile1
 
mrcfile1
Line 96: Line 96:
  
 
</pre>
 
</pre>
<div>[[mrcImage]]のピクセル数の上限: 100</div>
+
<div>Upper limit of  pixel size at each [[mrcImage]]: 100</div>
 
<br>
 
<br>
  
Line 107: Line 107:
  
 
</pre>
 
</pre>
<div>区切り文字は空白、タブ、改行可<br>
+
<div>Delimiters are blank, tab, or return.<br>
data数の上限: 100</div>
+
Upper limit of data num: 100</div>
 
<br>
 
<br>
  
 
== Execution example ==
 
== Execution example ==

Latest revision as of 06:47, 18 August 2014

vectorImageNearestNeighborMethod is Eos's Command that classifies mrcImages by component. Mainly, mrcImage is used as vectors, in addition it can also classify about matrix and image data. Result of calculation of Eigenvalue or Eigenvector is required for executing this command.


List of option

Main option

Option Essential/Optional Description Default
-i Essential Input: ASCII(FileList) NULL
-O Essential Output: Classification NULL
-ocir Optional Output: ClassificationIntegrationRate NULL
-od Optional Output: Distance NULL
-odr Optional Output: DistanceRate NULL
-oudn Optional Output: UpperDistanceNumberOfClasses NULL
-oudc Optional Output: UpperDistanceClassification NULL
-c Optional ConfigurationFile NULL
-m Optional Mode 0
-h Optional Help  
eigenValue.txt must be put in $EOS_HOME directly.


-m details

Value Description
0


Input file list format

mrcfile1
mrcfile2
.
.

Upper limit of pixel size at each mrcImage: 100


eigenValue.txt format

%lf  %lf  %lf
%lf  %lf  %lf
.
.

Delimiters are blank, tab, or return.
Upper limit of data num: 100


Execution example