You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently FunctionData defines samples returning an Iterator of Samples and apply that supports evaluation. StreamingFunctionData currently throws an exception when trying to evaluate. There will also be cases where we have a continuous Function that can't provide Samples. We should define separate traits for each capability.
The text was updated successfully, but these errors were encountered:
Currently
FunctionData
definessamples
returning an Iterator of Samples andapply
that supports evaluation.StreamingFunctionData
currently throws an exception when trying to evaluate. There will also be cases where we have a continuous Function that can't provide Samples. We should define separate traits for each capability.The text was updated successfully, but these errors were encountered: