This HTML5 document contains 159 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dbpedia-dehttp://de.dbpedia.org/resource/
dbpedia-slhttp://sl.dbpedia.org/resource/
dctermshttp://purl.org/dc/terms/
yago-reshttp://yago-knowledge.org/resource/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
n4http://dbpedia.org/resource/File:
dbpedia-eshttp://es.dbpedia.org/resource/
n28https://global.dbpedia.org/id/
yagohttp://dbpedia.org/class/yago/
dbpedia-ruhttp://ru.dbpedia.org/resource/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
n32https://www.researchgate.net/publication/
n8https://www.sciencedirect.com/science/article/pii/
freebasehttp://rdf.freebase.com/ns/
dbpedia-pthttp://pt.dbpedia.org/resource/
dbpedia-cshttp://cs.dbpedia.org/resource/
n6http://commons.wikimedia.org/wiki/Special:FilePath/
dbpedia-fahttp://fa.dbpedia.org/resource/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
dbpedia-vihttp://vi.dbpedia.org/resource/
wikipedia-enhttp://en.wikipedia.org/wiki/
dbpedia-zhhttp://zh.dbpedia.org/resource/
dbchttp://dbpedia.org/resource/Category:
dbphttp://dbpedia.org/property/
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
goldhttp://purl.org/linguistics/gold/
dbrhttp://dbpedia.org/resource/
dbpedia-jahttp://ja.dbpedia.org/resource/

Statements

Subject Item
dbr:Distance_matrix
rdf:type
dbo:AnatomicalStructure yago:Group100031264 yago:Arrangement107938773 yago:Array107939382 yago:Matrix108267640 yago:Abstraction100002137 yago:WikicatMatrices
rdfs:label
距離行列 Matriz de distancias Матрица расстояний 距离矩阵 Matice vzdáleností Matriz de distâncias Distance matrix Distanzmatrix
rdfs:comment
在数学中, 一个距离矩阵是一个各項元素為点之间距离的矩阵(二维数组)。因此给定N个欧几里得空间中的点,其距离矩阵就是一个非负实数作为元素的N×N的对称矩阵距离矩阵和邻接矩阵概念相似,其区别在于后者仅包含元素(点)之间是否有連邊,并没有包含元素(点)之间的连通的距离的訊息。因此,距离矩阵可以看成是邻接矩阵的加权形式。 举例来说,我们分析如下二维点a至f。在这里,我们把点所在像素之间的欧几里得度量作为距离度量。 其距离矩阵为: 距离矩阵的这些数据可以进一步被看成是图形表示的热度图(如下图所示),其中黑色代表距离为零,白色代表最大距离。 在生物信息学中,距离矩阵用来表示与坐标系无关的蛋白质结构,还有序列空间中两个序列之间的距离。这些表示被用在,序列比对,还有在核磁共振,X射线和结晶学中确定蛋白质结构。 有时候距离矩阵也被称作。 Die Distanzmatrix ist in der Mathematik eine quadratische Matrix, die die Abstände zwischen Punkten einer Menge angibt. In der Chemie zeigt sie die Anzahl der Bindungen zwischen den Atomen eines Moleküls an. Die Distanzmatrix beschreibt damit einen wichtigen Aspekt der Topologie einer chemischen Verbindung. Das Molekül wird dabei als ungerichteter Graph ohne Mehrfachkanten betrachtet. Die Bindungsordnungen werden somit ignoriert, eine Distanzmatrix unterscheidet nicht zwischen Einfach- und Mehrfachbindungen. Матрица расстояний — это квадратная матрица типа «объект-объект» (порядка n), содержащая в качестве элементов расстояния между объектами в метрическом пространстве. Na matemática, ciência da computação e na teoria dos grafos, uma matriz de distâncias é uma matriz (array bidimensional) contendo as distâncias, tomadas em pares, de um conjunto de pontos. Esta matriz terá um tamanho de N×N onde N é o número de pontos, nós ou vértices (muitas vezes em um grafo). En matemáticas, ciencias de la computación y teoría de grafos, una matriz de distancias es una matriz cuadrada cuyos elementos representan las distancias entre los puntos, tomados por pares, de un conjunto. Dependiendo de su aplicación, la distancia usada para definir esta matriz puede o no ser una métrica. Se trata, por lo tanto, de una matriz simétrica de tamaño (dado un conjunto de puntos en el espacio euclídeo) conteniendo números reales no negativos como elementos. El número N de pares de puntos, (N-1)/2, es el número de elementos independientes en la matriz de distancias. 距離行列(きょりぎょうれつ、英: distance matrix)とは、2点間で定義される距離を配列して、行列として表示したものである。N点が与えられた場合には、N×N対称行列(対角要素はすべて0)となり、独立の要素はN×(N-1)/2個となる。 似たものに隣接行列があるが、これは2頂点が直接(1本のエッジで)接続しているか否かの情報だけを含み、それ以上の距離情報は含まない。 距離行列を用いて、比較的距離の短い複数の頂点をクラスタにまとめる、データ・クラスタリング法の1つが距離行列法である。具体的なクラスタリングの方法にはいくつかの種類がある。 距離行列法は特にバイオインフォマティクスで、非加重結合法や近隣結合法として、アミノ酸配列(蛋白質)や塩基配列(遺伝子)から定量的に求めた距離に基づいて系統樹を作成するのに用いられる。 またNMRやX線結晶解析を用いて、蛋白質の立体構造を明らかにするのにも用いられる。 In mathematics, computer science and especially graph theory, a distance matrix is a square matrix (two-dimensional array) containing the distances, taken pairwise, between the elements of a set. Depending upon the application involved, the distance being used to define this matrix may or may not be a metric. If there are N elements, this matrix will have size N×N. In graph-theoretic applications the elements are more often referred to as points, nodes or vertices. Matice vzdáleností je v matematice, matematické informatice a především v teorii grafů čtvercová matice (dvourozměrné pole) obsahující vzdálenosti mezi dvojicemi prvků množiny. Podle potřeby může mít vzdálenost používaná v této matici různé významy a může, ale nemusí být metrikou. Pro popis vzdáleností mezi prvky n-prvkové množiny bude mít matice vzdáleností velikost n×n. V grafových aplikacích jsou tyto prvky obvykle označované jako body, uzly nebo vrcholy.
foaf:depiction
n6:SimilarityTOidistance.png n6:WeinerNumtoDistanceMatrix.png n6:Ultrametric_tree.png n6:DistanceMatrix_KNN.png n6:Unique_tree_additive_matrix.png n6:Distance_matrix.png n6:Chem_DistanceMtrix.png n6:Geometric_distance_matrix.png n6:Additive_distance_matrix.png n6:K_nearestNeighborVisual.png n6:Clusters.svg
dcterms:subject
dbc:Metric_geometry dbc:Matrices dbc:Bioinformatics dbc:Graph_distance
dbo:wikiPageID
831350
dbo:wikiPageRevisionID
1111600030
dbo:wikiPageWikiLink
dbr:Distance n4:DistanceMatrix_KNN.png dbr:Needleman-Wunsch_algorithm dbr:Min-plus_matrix_multiplication dbr:Metric_(mathematics) dbr:Hexane dbc:Metric_geometry dbr:Adjacency_matrix dbr:Distance_correlation dbr:Star_network dbr:Directed_graph dbr:Min-plus_algebra dbr:Graph_(discrete_mathematics) dbr:Euclidean_distance_matrix dbc:Matrices dbr:Euclidean_distance dbr:Heat_map n4:SimilarityTOidistance.png dbr:Block_code dbr:Mathematics dbr:UPGMA dbr:Taxon n4:K_nearestNeighborVisual.png dbr:Matrix_multiplication n4:Ultrametric_tree.png n4:Geometric_distance_matrix.png n4:Unique_tree_additive_matrix.png dbr:Protein dbr:Wiener_index dbr:Kullback-Leibler_divergence dbr:Symmetric_matrix dbr:Molecular_clock dbr:Geodesic_distance dbr:Chemical_graph_theory dbr:Interior_node n4:Clusters.svg dbr:MUSCLE_(alignment_software) dbr:DNA-DNA_hybridization n4:WeinerNumtoDistanceMatrix.png dbr:Dynamic_time_warping dbr:Unsupervised_learning dbr:Sequence_alignment dbr:Data_clustering dbr:Bioinformatics dbr:Network_(mathematics) dbr:Square_matrix dbr:Nonnegative_matrix dbr:Multiple_sequence_alignment n4:Additive_distance_matrix.png dbr:Hamming_distance dbr:Smith-Waterman_algorithm dbr:Phylogenetic dbc:Bioinformatics dbr:Fish_School_Search dbr:Clustal n4:Chem_DistanceMtrix.png dbr:Nearest_neighbor_search dbc:Graph_distance dbr:Nuclear_magnetic_resonance dbr:Least_squares dbr:Hollow_matrix n4:Distance_matrix.PNG dbr:Neighbor_joining dbr:Computer_Vision dbr:Isomap dbr:Distance_set dbr:X-ray_crystallography dbr:MAFFT dbr:Skeletal_formula dbr:Distance_matrices_in_phylogeny dbr:Hierarchical_clustering dbr:K-NN_algorithm dbr:Fast_Fourier_transform dbr:Coding_theory dbr:Graph_theory dbr:Structural_alignment dbr:Supervised_learning dbr:Cosine_similarity dbr:Similarity_matrix dbr:Cluster_analysis dbr:Computer_science dbr:Pixel
dbo:wikiPageExternalLink
n8:S0020025507002630 n32:220723359_Evaluation_of_Distance_Measures_Between_Gaussian_Mixture_Models_of_MFCCs
owl:sameAs
wikidata:Q901698 dbpedia-cs:Matice_vzdáleností dbpedia-fa:ماتریس_فاصله dbpedia-zh:距离矩阵 freebase:m.03fjc3 dbpedia-es:Matriz_de_distancias dbpedia-vi:Ma_trận_khoảng_cách yago-res:Distance_matrix dbpedia-ru:Матрица_расстояний dbpedia-sl:Matrika_razdalj n28:54BZH dbpedia-ja:距離行列 dbpedia-pt:Matriz_de_distâncias dbpedia-de:Distanzmatrix
dbp:wikiPageUsesTemplate
dbt:Reflist dbt:Mvar dbt:Short_description dbt:Matrix_classes dbt:Sup dbt:Math dbt:More_citations_needed dbt:Sub
dbo:thumbnail
n6:Additive_distance_matrix.png?width=300
dbo:abstract
Matice vzdáleností je v matematice, matematické informatice a především v teorii grafů čtvercová matice (dvourozměrné pole) obsahující vzdálenosti mezi dvojicemi prvků množiny. Podle potřeby může mít vzdálenost používaná v této matici různé významy a může, ale nemusí být metrikou. Pro popis vzdáleností mezi prvky n-prvkové množiny bude mít matice vzdáleností velikost n×n. V grafových aplikacích jsou tyto prvky obvykle označované jako body, uzly nebo vrcholy. En matemáticas, ciencias de la computación y teoría de grafos, una matriz de distancias es una matriz cuadrada cuyos elementos representan las distancias entre los puntos, tomados por pares, de un conjunto. Dependiendo de su aplicación, la distancia usada para definir esta matriz puede o no ser una métrica. Se trata, por lo tanto, de una matriz simétrica de tamaño (dado un conjunto de puntos en el espacio euclídeo) conteniendo números reales no negativos como elementos. El número N de pares de puntos, (N-1)/2, es el número de elementos independientes en la matriz de distancias. Las matrices de distancias están relacionadas con las matrices de adyacencia, diferenciándose en que las últimas sólo informan sobre qué vértices están conectados, pero no especifican costes o distancias entre los vértices; además, cada elemento de una matriz de distancias es más pequeño cuanto más cercanos se encuentren los puntos, mientras que vértices cercanos (conectados) producen elementos mayores en una matriz de adyacencia. In mathematics, computer science and especially graph theory, a distance matrix is a square matrix (two-dimensional array) containing the distances, taken pairwise, between the elements of a set. Depending upon the application involved, the distance being used to define this matrix may or may not be a metric. If there are N elements, this matrix will have size N×N. In graph-theoretic applications the elements are more often referred to as points, nodes or vertices. Die Distanzmatrix ist in der Mathematik eine quadratische Matrix, die die Abstände zwischen Punkten einer Menge angibt. In der Chemie zeigt sie die Anzahl der Bindungen zwischen den Atomen eines Moleküls an. Die Distanzmatrix beschreibt damit einen wichtigen Aspekt der Topologie einer chemischen Verbindung. Das Molekül wird dabei als ungerichteter Graph ohne Mehrfachkanten betrachtet. Die Bindungsordnungen werden somit ignoriert, eine Distanzmatrix unterscheidet nicht zwischen Einfach- und Mehrfachbindungen. Na matemática, ciência da computação e na teoria dos grafos, uma matriz de distâncias é uma matriz (array bidimensional) contendo as distâncias, tomadas em pares, de um conjunto de pontos. Esta matriz terá um tamanho de N×N onde N é o número de pontos, nós ou vértices (muitas vezes em um grafo). 在数学中, 一个距离矩阵是一个各項元素為点之间距离的矩阵(二维数组)。因此给定N个欧几里得空间中的点,其距离矩阵就是一个非负实数作为元素的N×N的对称矩阵距离矩阵和邻接矩阵概念相似,其区别在于后者仅包含元素(点)之间是否有連邊,并没有包含元素(点)之间的连通的距离的訊息。因此,距离矩阵可以看成是邻接矩阵的加权形式。 举例来说,我们分析如下二维点a至f。在这里,我们把点所在像素之间的欧几里得度量作为距离度量。 其距离矩阵为: 距离矩阵的这些数据可以进一步被看成是图形表示的热度图(如下图所示),其中黑色代表距离为零,白色代表最大距离。 在生物信息学中,距离矩阵用来表示与坐标系无关的蛋白质结构,还有序列空间中两个序列之间的距离。这些表示被用在,序列比对,还有在核磁共振,X射线和结晶学中确定蛋白质结构。 有时候距离矩阵也被称作。 距離行列(きょりぎょうれつ、英: distance matrix)とは、2点間で定義される距離を配列して、行列として表示したものである。N点が与えられた場合には、N×N対称行列(対角要素はすべて0)となり、独立の要素はN×(N-1)/2個となる。 似たものに隣接行列があるが、これは2頂点が直接(1本のエッジで)接続しているか否かの情報だけを含み、それ以上の距離情報は含まない。 距離行列を用いて、比較的距離の短い複数の頂点をクラスタにまとめる、データ・クラスタリング法の1つが距離行列法である。具体的なクラスタリングの方法にはいくつかの種類がある。 距離行列法は特にバイオインフォマティクスで、非加重結合法や近隣結合法として、アミノ酸配列(蛋白質)や塩基配列(遺伝子)から定量的に求めた距離に基づいて系統樹を作成するのに用いられる。 またNMRやX線結晶解析を用いて、蛋白質の立体構造を明らかにするのにも用いられる。 Матрица расстояний — это квадратная матрица типа «объект-объект» (порядка n), содержащая в качестве элементов расстояния между объектами в метрическом пространстве.
gold:hypernym
dbr:Matrix
prov:wasDerivedFrom
wikipedia-en:Distance_matrix?oldid=1111600030&ns=0
dbo:wikiPageLength
31046
foaf:isPrimaryTopicOf
wikipedia-en:Distance_matrix