Non-canonical data is that which has not been put into some standard or agreed or canonical form for the sake of efficiency or security or some other purpose.
Here is a kind of non-canonical data that occurs in clinical trials results. Physicians participating on trials often record offering patients acetylsalycylic acid but they record this in various ways:
ASA
A.S.A.
A.s.a.
aspirin
Aspirin
acetylsalycylic acid
Statisticial analysis of data is almost always easier if these variants can all be mapped to one that appears in the pharmacopoeia for the country whose laws are governing the trial. The original data would usually be left on the trial's database but they would be made available for subsequent processing in canonical form. Perhaps all of these data values would be recoded as 'aspirin'.
Please see the link.
Chat with our AI personalities
Yes you can store non primitive data type variables in an array. String is a non primitive data type. You can declare a string array as: String a[]=new String[10];
arrays
A good data is some thing that makes sense . It should be normalized that is not repetitive . Or non redundant which means the same that is NON REPETITIVE.
A non-linear data structure is one in which the elements are not arranged or linked in a linear fashion. Trees, graphs, etc. are non-linear data structure since the elements are arranged in a branching manner.
A primitive data type is built into the language - int, char, long, etc. A non-primitive data type is am abstract data type that is built out of primitive data types - linked list, queue, stack, etc.