Difference between revisions of "vectorImageNearestNeighborMethod"

From EosPedia
Jump to: navigation, search
(Main option)
Line 14: Line 14:
 
<td>-i</td>  
 
<td>-i</td>  
 
<td>Essential</td>  
 
<td>Essential</td>  
<td>Inputリスト: [[ASCII]]</td>  
+
<td>Input: [[ASCII]](FileList)</td>  
 
<td>NULL</td>  
 
<td>NULL</td>  
 
</tr>  
 
</tr>  

Revision as of 06:17, 18 August 2014

vectorImageNearestNeighborMethod is Eos's Command that classifies mrcImages by component. 使用可能なmrcImageは主にVectorであるが、Matrixや画像dataについても分類することができる。コマンド実行のためには固有値またはEigenvectorの計算結果が必要。


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  
$EOS_HOME直下にeigenValue.txtがなければならない。


-m details

Value Description
0


Input fileリスト format

mrcfile1
mrcfile2
.
.

mrcImageのピクセル数の上限: 100


eigenValue.txt format

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

区切り文字は空白、タブ、改行可
data数の上限: 100


Execution example