Displaying 1 result from an estimated 1 matches for "shutlle1".
Did you mean:
shuffle1
2002 Aug 23
2
why delete.response?
Hi all,
I am running R1.5.0 under unix.
I recently used the function 'predict.tree' to make predictions with a
tree object and a dataframe of numeric items. The predict.tree internally,
calls a function 'delete.response'.
When I removed this function call from the source code of predict.tree, it
ran 10 times faster without any differences in the result obtained.
The