ArcGIS中的几种分类方法

数据分类方法—ArcGIS Pro | 文档

1. 相等间隔法Equal interval

1.1 定义

Equal Interval classification - GIS Wiki | The GIS Encyclopedia

    The equal interval classification method divides attribute values into equal size ranges.Unlike quantile classification(分位数分类法), the number of records that fall into each category (or bin) will differ. Equal Interval Classification in GIS - GIS Geography

    相等间隔会将属性值的范围划分为若干个大小相等的子范围。您可以指定间隔数,ArcGIS 将基于值范围自动确定分类间隔。例如,如果为取值范围为 0-300 的字段指定三个类,ArcGIS 将创建三个类,其取值范围分别为 0–100、101–200 和 201–300。

1.2 运用场景

    ArcGIS PRO文档:Equal interval is best applied to familiar data ranges, such as percentages and temperature. This method emphasizes the amount of an attribute value relative to other values. For example, it shows that a shop is part of the group of shops that make up the top one-third of all sales. (相等间隔最适用于常见?的数据范围,如百分比和温度。这种方法强调的是某个属性值相对于其他值的量。例如,它可显示某个商店为一组商店的一部分,而该组商店的销售额占总销售额的三分之一。)

    维基百科:Equal interval is useful when distribution of the data has a rectangular shape in the histogram(数据的分布在直方图中呈矩形,也就是说分布均匀). However, in geography, equal interval is most common when the classification units are nearly equal in size.

1.3 优缺点

Advantages

       One advantage of using equal interval classification is that the steps to compute the intervals can easily be completed using a calculator or pencil and paper. A second advantage is that when the results of this classification are projected onto a map they are easily interpreted. Another advantage is that the legend limits contain no missing values or gaps. This permits faster map interpretation, but might create confusion concerning the bounds of each class.

Disadvantages

    The main disadvantage of this classification type is that it fails to consider how data are distributed along the number line(没有考虑数据是如何沿着数轴分布的,对可视化效果不友好,可能会出现大量同一色块的分布). For example, the map to the right shows the percentage of total homes in Arkansas which are mobile homes. There are many areas that fall into the two lower percentages, leaving most of the state the two shades of green. If a different classification was used, the data displayed in the map could be shown more effectively.

维基百科示例图

2. 定义的间隔Defined interval

2.1 定义

    Use defined interval x to specify an interval size to define a series of classes with the same value range. For example, if the interval size is 75, each class will span 75 units. The number of classes, based on the interval size and maximum sample size, is determined automatically. The interval size must be small enough to fit the minimum number of classes allowed, which is three.

3. 分位数分类法Quantile

3.1定义 

    Quantile - GIS Wiki | The GIS Encyclopedia

    In a quantile classification , each class contains an equal number of features. (每一个类别中的包含被分类对象的数目相等)

Quantile

3.2 运用场景

    A quantile classification is well suited to linearly distributed data. Quantile assigns the same number of data values to each class. There are no empty classes or classes with too few or too many values. 比如,分位数分类法适用于区分人口密度这类在其范围内均匀分布的数据

3.3 优缺点

Advantages

    Using the quantile classification method gives data classes at the extremes and middle the same number of values. Each class is equally represented on the map and the classes are easy to compute. Quantile classification is also very useful when it comes to ordinal data.Ordinal Data: Definition, Analysis and Examples

Disadvantages

    When using quantile, classification gaps can occur between the attribute values. These gaps can sometimes lead to an over-weighting of the outlier in that class division [3].

    Another disadvantage is that if the number of classes is not correctly created two areas with the same value can end up in different groups.(由于组内的数目是确定的,有相同属性的对象可能被分到不同的组内) For example, imagine you have data for the number of fast food restaurants in each county for 21 counties and you want to divide the counties into 7 groups with 3 counties in each group. If 4 counties each have exactly 10 fast food restaurants one of those counties will be classified in a different group, because there are only 3 counties per group, despite the values being the same.

4. 自然间断点分级法 Natural breaks (Jenks)

4.1 定义

Jenks Natural Breaks Classification - GIS Wiki | The GIS Encyclopedia

    With natural breaks classification (Jenks) , classes are based on natural groupings inherent in the data. Class breaks are created in a way that best groups similar values together and maximizes the differences between classes(类内差异小,类间差异大).  The features are divided into classes whose boundaries are set where there are relatively big differences in the data values.

    The method reduces the variance within classes and maximizes the variance between classes.It is also known as the goodness of variance fit (GVF), which equals the subtraction of SDCM (sum of squared deviations for class means) from SDAM (sum of squared deviations for array mean). (该方法减少了类内的方差,并使类间的方差最大化。它也被称为方差拟合优度(GVF),等于SDCM(类均值的平方偏差和)减去SDAM(数组均值的平方偏差和))

4.2 运用

   Jenks classification is not recommended for data that have a low variance. 不适用于数据方差很小的情况下

    Natural breaks are data-specific classifications and not useful for comparing multiple maps built from different underlying information.

    Because natural breaks classification places clustered values in the same class, this method is good for mapping data values that are not evenly distributed.

5. 几何间隔法 Geometrical interval

5.1 定义

Geometric Interval Classification - GIS Wiki | The GIS Encyclopedia

    The geometrical interval classification scheme creates class breaks based on class intervals that have a geometric series. The geometric coefficient in this classifier can change once (to its inverse) to optimize the class ranges. The algorithm creates geometric intervals by minimizing the sum of squares of the number of elements in each class. This ensures that each class range has approximately the same number of values in each class and that the change between intervals is fairly consistent.

5.2 运用场景

    此算法专门用于处理连续数据。这是相等间隔、自然间断点分级法 (Jenks) 和分位数间的折衷方法。其在突出显示中间值变化和极值变化之间达成一种平衡,因此生成的结果外形美观、地图内容详尽

    This classification method is useful for visualizing data that is not distributed normally, or when the distribution is extremely skewed. 这种分类方法对于显示非正态分布的数据或当数据的分布极其倾斜时非常有用。

5.3 优缺点

advantage

    The Geometrical intervals classification is better than quantiles for visualizing prediction surfaces, which often do not have a normal data distribution. Geometric interval works best when the data is spread over a large area and is not well distributed. 

6. 标准差法 Standard deviation

6.1 定义

    标准差分类方法用于显示要素属性值与平均值之间的差异。ArcMap 可计算平均值和标准差。将使用与标准差成比例的等值范围创建分类间隔 - 间隔通常为 1 倍、1/2 倍、1/3 倍或 1/4 倍的标准差,并使用平均值以及由平均值得出的标准差。

6.2 运用场景

    通过强调平均值以上和以下的值,标准差分类有助于显示哪些位置高于或低于平均值。

    Use this classification method when it is important to know how values relate to the mean, such as population density in a given area, or comparing foreclosure rates across the country. For greater detail in your map, you can change the class size from 1 standard deviation to 0.5 standard deviation.

©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 213,752评论 6 493
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 91,100评论 3 387
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 159,244评论 0 349
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 57,099评论 1 286
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 66,210评论 6 385
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 50,307评论 1 292
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,346评论 3 412
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 38,133评论 0 269
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,546评论 1 306
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 36,849评论 2 328
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 39,019评论 1 341
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 34,702评论 4 337
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,331评论 3 319
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,030评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,260评论 1 267
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 46,871评论 2 365
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 43,898评论 2 351

推荐阅读更多精彩内容