The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
[SOLVED] build an example set object in JAVA and pass it to operator
Hi folks,
I've build up a decision tree model and saved it. Now, I want to use this model within my JAVA code. I use another process for this, where I load the model again, and where I want to pass unlabeled data to it. The thing is, that the unlabeled data is generated within my JAVA code, there is no existing file or database or whatever where the unlabeled data is read from.
In short, the tree-model shall classify a String, that is going to be passed to it. My question is now, how can i pass any String to an Operator input?
Will it have to be an IOObject (have not seen how to transform a String to it,yet..)? Or am I wrong with my plans some steps before already?
I am really thankful for every help from you
I've build up a decision tree model and saved it. Now, I want to use this model within my JAVA code. I use another process for this, where I load the model again, and where I want to pass unlabeled data to it. The thing is, that the unlabeled data is generated within my JAVA code, there is no existing file or database or whatever where the unlabeled data is read from.
In short, the tree-model shall classify a String, that is going to be passed to it. My question is now, how can i pass any String to an Operator input?
Will it have to be an IOObject (have not seen how to transform a String to it,yet..)? Or am I wrong with my plans some steps before already?
I am really thankful for every help from you
Tagged:
0
Answers
thank you very much for your help. This worked perfect for my case!
kind regards,
Markus