The ParCoordsData type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
ParCoordsData |
Standard constructor. Initializes data members
|
Methods
Name | Description | |
---|---|---|
NormalizeData |
Normalize data to a [0,1] - Range.
| |
ScatterLines |
Introduce continuosity.
Given an axis, generate (by means of interpolation) additional data lines in the PC-domain.
This corresponds to sampling the data in the data domain.
|
Properties
Name | Description | |
---|---|---|
AxisData |
Axis data as read from the data file
| |
AxisNames |
Axis names as read from the data file
| |
DataVectors |
Number of data vectors in data set (i.e. number of data points in data domain)
| |
FeatureDimensions |
Data dimensionality (i.e. number of axes)
| |
MaxValuePerAxis |
Max values for each axis
| |
MinValuePerAxis |
Min values for each axis
| |
NormalizedAxisData |
Axis data, normalized to a [0,1] - Range
| |
NumSamples |
Number of samples to be taken for continuosity calculation.
This must be scaled according to the total PC-Coordinate system's height in order to avoid aliasing artifacts.
|
See Also