Skip to Main Content

Data Science & Machine Learning

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

identify initial centers of k-means algorithm in ODM

981516Apr 17 2013 — edited Apr 17 2013
I need to identify initial centers of k-means algorithm in ODM myself. this is because of exists of best clustering. how I can do it?
tanks
This post has been answered by Bmilenov-Oracle on Apr 17 2013
Jump to Answer

Comments

Nitish_Potti

Can you try doing an executeQuery and programmatic ppr on the table vo on close of the popup or on commit?

Thanks

Nitish.

User_EYDAR

Hi,

I have tried this thing.The data has been committed to database and when doing the partial page rendering it doing nothing as it is in the region.I have also find the id of the table from the dialogue listener doing the ppr but it does not make any effect. Is this the same way you want me to do so.

any other approach to do it??

Nitish_Potti

Can u try this?

yourRegionBinding.refresh(FacesContext.getCurrentInstance());

1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 15 2013
Added on Apr 17 2013
1 comment
1,285 views