unit1-visual search-strategies
unit1-visual search-strategies
https://www.infidigit.com/blog/visual-search/
Conjunction Search: The target is defined by a
combination of features (e.g., color and shape). This search
is usually slower and is considered a serial process, where
each item is examined one at a time.
Bottom-up Processing:
Driven by the properties of the stimuli (e.g., color,
brightness) where visually distinct elements naturally
draw attention.
Top-down Processing:
Driven by the user's goals, knowledge, and
expectations. The search is guided by the anticipation of
where the target might be based on prior experience.
Factors Affecting Visual Search Strategies:
• Data Type,
• Coordinate Systems,
• Scale
https://www.geeksforgeeks.org/understanding-data-attribute-types-
qualitative-and-quantitative/
1. Nominal Attributes :
Nominal attributes, as related to names, refer to
categorical data where the values represent different
categories or labels without any inherent order or
ranking. These attributes are often used to represent
names or labels associated with objects, entities, or
concepts.
Example :
2. Binary Attributes:
Binary attributes are a type of qualitative attribute
where the data can take on only two distinct values or
states. These attributes are often used to represent yes/no,
presence/absence, or true/false conditions within a
dataset. They are particularly useful for representing
categorical data where there are only two possible
outcomes. For instance, in a medical study, a binary
attribute could represent whether a patient is affected or
unaffected by a particular condition.
Symmetric:
In a symmetric attribute, both values or states are
considered equally important or interchangeable. For example, in
the attribute “Gender” with values “Male” and “Female,” neither
value holds precedence over the other, and they are considered
equally significant for analysis purposes.
Asymmetric: An asymmetric
attribute indicates that the two
values or states are not equally
important or interchangeable. For
instance, in the attribute “Result”
with values “Pass” and “Fail,” the
states are not of equal importance;
passing may hold greater
significance than failing in certain
contexts, such as academic grading
or certification exams
3. Ordinal Attributes :
Ordinal attributes are a type of qualitative attribute
where the values possess a meaningful order or ranking,
but the magnitude between values is not precisely
quantified. In other words, while the order of values
indicates their relative importance or precedence, the
numerical difference between them is not standardized or
known.
Quantitative Attributes:
1. Numeric:
A numeric attribute is quantitative because, it is a
measurable quantity, represented in integer or real values.
Common visualizations:
https://www.ifm.eng.cam.ac.uk/research/dstools/polar-charts-radar-charts/#:~:text=Polar
%2C%20or%20%60Radar'%20charts,the%20situations%20may%20be%20made.
Geographic Coordinate System:
Used for visualizing spatial data, such as maps, where
data points are represented by latitude and longitude
coordinates.
Common visualizations:
choropleth maps, heatmaps, dot distribution maps.
Quantile Scale:
Divides the data into equally sized intervals based
on rank. Useful for visualizations that need to show
distribution,
like box plots or quantile plots.
Time Scale:
A special type of scale used for time series data,
where data is plotted over time. Suitable visualizations:
time-series line charts, candlestick charts.
Color Scale:
Maps numerical or categorical data to colors. It is
often used in heatmaps, choropleth maps, and scatter plots
to provide an additional dimension of information.