symbolic.object | R Documentation |
These are objects representing symbolic data table structure
For all fields symbol N.A. means not available value.
For futher details see ../doc/SDA.pdf
individuals |
data frame with one row for each row in symbolic data table with following columns:
|
variables |
data frame with one row for each column in symbolic data table with following columns:
|
detailsC |
data frame describing symbolic continous (metric, single-valued) variables details with following columns:
|
detailsIC |
data frame describing symbolic inter-continous (symbolic interval) variables details with following columns:
|
detailsN |
data frame describing symbolic nominal and multi nominal variables details with following columns:
|
detailsListNom |
data frame describing every category of symbolic nominal and multi nominal variables, with following columns:
|
detailsNM |
data frame describing symbolic multi nominal modiff (categories sets with weights) variables details with following columns:
|
detailsListNomModif |
data frame describing every category of symbolic multi nominal modiff variables, with following columns
|
indivIC |
array of symbolic interval variables realizations, with dimensions nr_of_objects X nr_of_variables X 2 containing beginnings and ends of intervals for given object and variable. For values different type than symbolic interval array contains zeros |
indivC |
array of symbolic continues variables realizations, with dimensions nr_of_objects X nr_of_variables X 1 containing single values - realizations of variable on symbolic object. For values different type than symbolic continous array contains zeros |
indivN |
data frame describing symbolic nominal and multi nonimal variables realizations with folowing columns:
When this data frame contains line i,j,k it means that category k belongs to set that is realization of j-th symbolic variable on i-th symbolic object. |
indivNM |
data frame describing symbolic multi nonimal modiff variables realizations with folowing columns:
When this data frame contains line i,j,k,w it means that category k belongs to set that is realization of j-th symbolic variable on i-th symbolic object with weight(probability) w. |
The following components must be included in a legitimate symbolic
object.
dist_SDA
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.