特異値 英語 意味 - 英語訳 - 日本語の例文

singular value
特異 値
singular values
特異 値

日本語 での 特異値 の使用例とその 英語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
特異値分解を計算する:。
Compute a singular value decomposition.
降順に並べられた特異値の表もレポートされます。
The report also contains a table of singular values sorted in descending order.
特異値分解(SVD)を用いた空間多重化。
Spatial multiplexing using singular value decomposition(SVD).
写像度の定義は、fの特異値にまで拡張されねばならず、したがって連続函数までの拡張となる。
The definition of degree must be extended to singular values of f, and then to continuous functions.
線形横長データ」手法は、特異値分解とともにこの性質を利用して、効率的な計算を行います。
Wide Linear methods use this fact, together with the singular value decomposition, to provide efficient calculations.
コメント:Dの対角成分はAの特異値と呼ばれる.。
Comment: The diagonal elements of D are called the singular values of A.
例えば、SpectralImageCompression[3]は特異値分解に基づいたアルゴリズムである。
For instance, the spectral image compression algorithm[4]is based on the singular value decomposition.
この式は,行列aの特異値分解を計算し,3つの計算結果の行列をu,sおよびvに代入します。
Computes the singular value decomposition of the matrix a and assigns the three result matrices to u, s, and v.
スペクトル分解は、シュール分解および特異値分解の特殊例である。
The spectral decompositionis a special case of both the Schur decomposition and the singular value decomposition.
棒グラフは、特異値によって説明される「寄与率」を示します。
The bar chart shows the Percent variation explained by each singular value.
Pinv関数は特異値分解に基づいています(Scilab関数svd)。
Pinv function is based on the singular value decomposition(Scilab function svd).
MUSIC_ALGORITHMをGSVDに指定した場合,以下の一般化特異値分解を行う.。
When MUSIC_ALGORITHM is specified for GSVD, the following generalized singular value decomposition is performed.
特にAが正定値であるなら、そのシュール分解とスペクトル分解および特異値分解は一致する。
In particular, if A is positive definite, the Schur decomposition of A,its spectral decomposition, and its singular value decomposition coincide.
SEVDは標準固有値分解を,GEVDは一般化固有値分解を,GSVDは一般化特異値展開を表す。
SEVD represents standard eigenvalue decomposition, GEVD represents generalized eigenvalue decomposition,and GSVD represents generalized singular value decomposition.
テキストエクスプローラ」の赤い三角ボタンから、文書単語行列の特異値分解を実行するオプションを選択すると、「設定」ウィンドウが開き、以下のオプションが表示されます。
When you select options from the TextExplorer red triangle menu that perform a singular value decomposition on the document term matrix, the Specifications window appears with the following options.
特異値分解特異値分解(SingularValueDecomposition;SVD)は、行列による線形変換を、回転、尺度変換、もう一つの回転で表したものです。
The Singular Value Decomposition The singular value decomposition(SVD) enables you to express any linear transformation as a rotation, followed by a scaling, followed by another rotation.
アソシエーション分析」プラットフォームのオプショントランザクションとアイテムの最初の2つの特異ベクトルをプロットした散布図が表示されます。特異ベクトルは、アイテムの指示行列を特異値分解することにより算出されます。
Association Analysis Platform Options| JMP 13.2 Shows or hides scatterplots of the first two singular vectors for transactions and for items,calculated by singular value decomposition on the incidence matrix for the items.
特異値分解により,ハンドテンプレートは少数の固有値テンプレートと固有関数の線形結合で表現できる.また,固有関数は離散的な値を取るため連続関数のフィッテングにより任意のパラメータの応答値を計算することが可能となる。
Applying singular value decomposition enables hand templates to be represented as linear combinations of a small number of eigenvalue templates and eigenfunctions. Eigenfunctions take discrete values, but response values can be calculated with arbitrary parameters by fitting a continuous function.
墓地の復旧を優先して,寺院の監督計画のガイドラインに従って,13、14世紀の建築物の保全,所有している、特異値,我々はそれを移動すると、5世紀以上にわたり病院セットの中世墓地。
In the restoration of the cemetery has prioritized, in accordance with the guidelines of the Director Plan of temple, the conservation of the architectural structures of the 13th and 14th centuries,possessing a singular value, as we move that was for more than five centuries the Medieval cemetery of the hospital set.
さらに、このプラットフォームでは、トランザクション(患者)とアイテム(副作用)の行列を特異値分解(SVD)するオプションがあり、行列を低次元に縮小して図示することにより、副作用の発生パターンが類似している患者のグループ化や副作用自体を視覚的にグループ化ができる。
Furthermore, this platform has an option to perform singular value decomposition of matrices consisting of transactions(patients) and items(adverse reactions), which can graphically display the matrix reduced to a lower dimension to group patients with similar adverse reaction development patterns or group adverse reactions themselves.
本発表では、医薬品医療機器総合機構(PMDA)が公開している医薬品副作用データベース(JADER)を用い、「アソシエーション分析」プラットフォームで、ある特定の薬剤を投与した患者を対象とする副作用の関連性を分析する例を提示し、特異値分解のレポートを考察することの有用性を示す。
In this presentation, I present an example of an analysis of associations among adverse reactions in patients receiving a certain drug through the Association Analysis platform using the Japanese Adverse Drug Event Report database(JADER) published by the Pharmaceuticals and Medical Devices Agency(PMDA)and demonstrate the usefulness of the consideration of reports from a singular value decomposition.
今日は特異値分解がすこし理解できた。
Today I learned about Singular Value Decomposition.
特異値分解(SVD)から直接定義することもできる。
It can be solved exactly using Singular Value Decomposition(SVD).
Aはフルランクではないため、いくつかの特異値がゼロに等しくなります。
Since A is not full rank, it has some singular values equal to zero.
計算は特異値分解に基づいており,許容値よりも小さい特異値は0として扱われます:この許容誤差はX=pinv(A,tol)でアクセスされます。
The computation is based on SVD and any singular values lower than a tolerance are treated as zero: this tolerance is accessed by X=pinv(A, tol).
各アイテムに対してプロットされる点は、右特異ベクトルにおける最初の2次元(V'行列の最初の2行)に、特異値を含む対角行列(S)を掛けたものです。
For a given term, the point that is plotted is defined by the term's values in the first two singular vectors(the first two rows of the V' matrix)multiplied by the diagonal singular values matrix S.
それぞれの素子は一方向からの光を受けるだけなのですが、「特異値分解」というちょっと難しい数学を使うことで、ドーナツ状のプラズマを輪切りにした断面からの発光を知ることができます。
Various elements only receive light from one direction.But by using somewhat difficult math called"singular value decomposition" we can know of a light emission from nested sections of the doughnut-like plasma.
結果: 27, 時間: 0.0157

単語ごとの翻訳

トップ辞書のクエリ

日本語 - 英語