Skip to content
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

Conversion from CList to CDynamicObjectArray in CCombinedFeatures #1101

Merged
merged 1 commit into from
May 16, 2013
Merged

Conversion from CList to CDynamicObjectArray in CCombinedFeatures #1101

merged 1 commit into from
May 16, 2013

Conversation

van51
Copy link
Contributor

@van51 van51 commented May 16, 2013

No description provided.

lf=((CCombinedFeatures*) l)->get_next_feature_obj(lfc) ;
rf=((CCombinedFeatures*) r)->get_next_feature_obj(rfc) ;
lf = NULL;
rf = NULL;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you don't need these lf/rf = NULL things. these were needed to test if there are more features than kernels. you still have to do the test below in the lf !=NULL checks but by comparing if f_idx != num_feature_obj

sonney2k pushed a commit that referenced this pull request May 16, 2013
Conversion from CList to CDynamicObjectArray in CCombinedFeatures
@sonney2k sonney2k merged commit 34c42ef into shogun-toolbox:develop May 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants