Open pavlexander opened 6 years ago
Worth noticing, that clusters were serialized in .Net Framework
. Seems like as long as it's the same family - de-serialization works OK. Is there a way I can transfer my k-clusters from .net framework
to .net core
?
I have tried all kind of things without success.
What would you like to submit? (put an 'x' inside the bracket that applies)
Issue description
It is impossible currently to de-serialize k-mean clusters in dotnetcore 2.0 project.
For example - following code works fine in
.Net Framework 4.7
project but not indotnetcore 2.0
project.You will see a null-pointer exception at last line.