Scoring a nominal data set
Brought to you by:
jsacha
In the API, it does not seem that one can use the
jnbc.measures.* classes to score datasets that are not
integers (i.e DatasetInt).
This is a request to have 1) the ability to score nominal
datasets by the jnbc.measures.* or 2) the ability to
convert a Dataset into DatasetInt for scoring.
Anonymous