Histogram¶
Detailed information representing a histogram of values.
Complete reference
This is a complete reference for the Histogram
struct in Atlan, showing all of its embedded properties. For an introduction, you probably want to start with:
Embedded properties¶
These are the attributes embedded within each instance of the Histogram
struct in an asset:
boundaries
Boundaries of the histogram. | |
---|---|
1 2 |
|
-
Set the
boundaries
for aHistogram
. -
Retrieve the
boundaries
from aHistogram
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
frequencies
Frequencies of the histogram. | |
---|---|
1 2 |
|
-
Set the
frequencies
for aHistogram
. -
Retrieve the
frequencies
from aHistogram
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
boundaries
Boundaries of the histogram. | |
---|---|
1 2 3 4 5 |
|
-
Set the
boundaries
for aHistogram
.For more details
For more information, see the asset CRUD snippets.
frequencies
Frequencies of the histogram. | |
---|---|
1 2 3 4 5 |
|
-
Set the
frequencies
for aHistogram
.For more details
For more information, see the asset CRUD snippets.