"Error in VALIDATE, but not while RUNNING"
Hi,
I have merged three examplesets from an Exampleset and get the final exampleset. I then apply a sorting on this exampleSet. But when I VALIDATE this code, I get the error,"[Error] Sorting: Sorting: Sorting: Missing input: ExampleSet". But when i RUN the code, the sorting is done. Why is this?
Thanks, Shubha
I have merged three examplesets from an Exampleset and get the final exampleset. I then apply a sorting on this exampleSet. But when I VALIDATE this code, I get the error,"[Error] Sorting: Sorting: Sorting: Missing input: ExampleSet". But when i RUN the code, the sorting is done. Why is this?
Thanks, Shubha
Tagged:
0
Answers
The below code has one particular instance of the above which I was saying: If we click the VALIDATE button, it says an error, "Missing input: ExampleSet". But, running the code, doesn't give any error and performs the expected job. Why is this? (Actually the problem is not with the sorting, infact for any other operator, the error is thrown.)
Also, if we DISABLE the operator, "KMedoids", the VALIDATE doesn't give the error.
Could anyone please explain?
Thanks, Shubha