Thank you for the suggestion. My task is to classify the data points to get good regression within each class. That would be great to have regression clustering implementation in Origin toolkit.
In Origin 2021, we support Python script in Set Column Values dialog (see below) where Python function can be defined to set column values. In this case the clustering labels are output to col(C) to make the graph. Let us know if you would like to try running Python in Beta version.
Thanks for bringing this up. We will add this as a sample template in upcoming 2021 version. So it will be available from the File->New->Workbook.. menu which opens the New Workbook dialog.
We found the piece of Python code in this page and implemented the analysis in Origin. See the result below. In Origin 2021, we support Python script in Set Column Values dialog (see below) where Python function can be defined to set column values. In this case the clustering labels are output to col(C) to make the graph. Let us know if you would like to try running Python in Beta version. James
Dear James, Can you share this project, please? I want to see how Python works if in Set Column Values dialog.
quote:Originally posted by easwar
Hi Andrey,
Thanks for bringing this up. We will add this as a sample template in upcoming 2021 version. So it will be available from the File->New->Workbook.. menu which opens the New Workbook dialog.