type hint

This commit is contained in:
Ben Mabey 2010-12-03 14:31:57 -07:00
parent b6deb0421e
commit df8fcd467c

View file

@ -310,7 +310,7 @@ becuase it avoids redundant string interning of the attribute names."
(defn dataset-count
"Returns the number of elements in a dataset"
[dataset]
[^Instances dataset]
(.numInstances dataset))
(defn dataset-add