Returns the array containing the categorical data information for this data set. Changes to this will be reflected in the data set. @return the array of CategoricalData
()
| 415 | * @return the array of {@link CategoricalData} |
| 416 | */ |
| 417 | public CategoricalData[] getCategories() |
| 418 | { |
| 419 | return categories; |
| 420 | } |
| 421 | |
| 422 | /** |
| 423 | * Creates a new dataset that is a subset of this dataset. |
no outgoing calls