Difference between revisions of "vectorImageNearestNeighborMethod"
From EosPedia
(Created page with "'''vectorImageNearestNeighborMethod''' is各mrcImageを成分毎に分類する Eos's Command.使用可能なmrcImageは主にVectorであるが、Matrixや画...") |
|||
| Line 1: | Line 1: | ||
| − | '''vectorImageNearestNeighborMethod''' | + | '''vectorImageNearestNeighborMethod''' is [[Eos]]'s [[Command]] that classifies [[mrcImage]]s by component. 使用可能な[[mrcImage]]は主にVectorであるが、Matrixや画像dataについても分類することができる。コマンド実行のためには固有値またはEigenvectorの計算結果が必要。 |
Revision as of 06:11, 18 August 2014
vectorImageNearestNeighborMethod is Eos's Command that classifies mrcImages by component. 使用可能なmrcImageは主にVectorであるが、Matrixや画像dataについても分類することができる。コマンド実行のためには固有値またはEigenvectorの計算結果が必要。
Contents
List of option
Main option
| Option | Essential/Optional | Description | Default |
|---|---|---|---|
| -i | Essential | Inputリスト: ASCII | 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
data数の上限: 100