Returns the number of data points in this data set @return the number of data points in this data set
()
| 389 | * @return the number of data points in this data set |
| 390 | */ |
| 391 | abstract public int getSampleSize(); |
| 392 | |
| 393 | /** |
| 394 | * Returns the number of categorical variables for each data point in the set |
no outgoing calls