In computer programming contexts, a data cube is a three- (or higher) dimensional array of values, commonly used to describe a time series of image data. If the images are in color, then the array is generally four-dimensional, with the dimensions representing image X and Y coordinates, time, and RGB color plane. Many high-level computer languages treat data cubes and other large arrays as single entities distinct from their contents.
| Property | Value |
| dbpedia-owl:abstract
|
- In computer programming contexts, a data cube is a three- (or higher) dimensional array of values, commonly used to describe a time series of image data. If the images are in color, then the array is generally four-dimensional, with the dimensions representing image X and Y coordinates, time, and RGB color plane. Many high-level computer languages treat data cubes and other large arrays as single entities distinct from their contents. These languages, of which APL, IDL, NumPy, PDL, and S-Lang are examples, allow the programmer to manipulate complete film clips and other data en masse with simple expressions derived from linear algebra and vector mathematics. Some languages (such as PDL) distinguish between a list of images and a data cube, while many (such as IDL) do not. A tensor of rank three may be represented as a data cube. A data cube (or datacube) is also the form of data used in the field of Imaging spectroscopy, since a spectrally-resolved image is represented as a three-dimensional volume.
- データキューブ(Data Cube)とは、プログラミングにおいて三次元(以上の)配列に格納されたデータであり、時系列の画像データを表していることが多い。画像がカラーであれば配列は四次元であることが多く、画像のX座標、Y座標、時刻、RGBカラープレーンがそれぞれの次元に対応する。多くの高級言語ではデータキューブや高次元配列を内容に関わらずひとつのものとして扱うことができる。そのような言語としてはAPL、IDL、Numerical Python、Perl Data Language があり、プログラマは動画データなどを線型代数学とベクトル算術を使用して簡単に処理することができる。一部の言語(Perl Data Language など)では画像のリストとデータキューブを明確に区別しているが、多くの場合区別はない。 Oracle 9i と Microsoft SQL Server 2000 および 2005 では、データキューブを作成してOLAP操作を行うことができる。 3階のテンソルはデータキューブとして表現できる可能性がある。
|
| dcterms:subject
| |
| rdfs:comment
|
- データキューブ(Data Cube)とは、プログラミングにおいて三次元(以上の)配列に格納されたデータであり、時系列の画像データを表していることが多い。画像がカラーであれば配列は四次元であることが多く、画像のX座標、Y座標、時刻、RGBカラープレーンがそれぞれの次元に対応する。多くの高級言語ではデータキューブや高次元配列を内容に関わらずひとつのものとして扱うことができる。そのような言語としてはAPL、IDL、Numerical Python、Perl Data Language があり、プログラマは動画データなどを線型代数学とベクトル算術を使用して簡単に処理することができる。一部の言語(Perl Data Language など)では画像のリストとデータキューブを明確に区別しているが、多くの場合区別はない。 Oracle 9i と Microsoft SQL Server 2000 および 2005 では、データキューブを作成してOLAP操作を行うことができる。 3階のテンソルはデータキューブとして表現できる可能性がある。
- In computer programming contexts, a data cube is a three- (or higher) dimensional array of values, commonly used to describe a time series of image data. If the images are in color, then the array is generally four-dimensional, with the dimensions representing image X and Y coordinates, time, and RGB color plane. Many high-level computer languages treat data cubes and other large arrays as single entities distinct from their contents.
|
| rdfs:label
| |
| owl:sameAs
| |
| foaf:page
| |
| is dbpedia-owl:wikiPageRedirects
of | |
| is owl:sameAs
of | |
| is foaf:primaryTopic
of | |