-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added source node capabilities to StateComponent #9
Conversation
/// <summary> | ||
/// Given an observable sequence, this function returns an observable sequence of state components for each element in the input sequence | ||
/// /// </summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/// <summary> | |
/// Given an observable sequence, this function returns an observable sequence of state components for each element in the input sequence | |
/// /// </summary> | |
/// <summary> | |
/// Given an observable sequence, this function returns an observable sequence of state | |
/// components for each element in the input sequence. | |
/// </summary> |
Duplicate ///
and minor formatting
/// <summary> | ||
/// This function returns an observable sequence of state components | ||
/// /// </summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/// <summary> | |
/// This function returns an observable sequence of state components | |
/// /// </summary> | |
/// <summary> | |
/// Returns an observable sequence of state components. | |
/// </summary> |
[Description("State component of a Kalman Filter")] | ||
[Combinator()] | ||
[WorkflowElementCategory(ElementCategory.Source)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Description("State component of a Kalman Filter")] | |
[Combinator()] | |
[WorkflowElementCategory(ElementCategory.Source)] | |
[Combinator] | |
[Description("State component of a Kalman Filter")] | |
[WorkflowElementCategory(ElementCategory.Source)] |
I'm going to close this PR as addressed in #8 |
This PR modifies the StateComponent class in the LinearDynamicalSystems package to function also as a source node