Johann Dirry
Johann Dirry
> Sorry, I had to make a release of 0.99.5 today. Hey, sorry that I reply this late. Have the championships this and next month and also a new job,...
I would need that too. Should not be too complicated to create the appropriate `*.csproj` file and build script.
> Hm, both the PR and @miroiu's fork seem to remove the .NET Framework code altogether, rather than multi-target. I think that's acceptable. Especially since .NET 5.0 will be based...
see also #6175
Update for Workaround: *index.html* ```html window.scrollToElementId = (elementId) => { console.info('scrolling to element', elementId); var element = document.getElementById(elementId); if (!element) { console.warn('element was not found', elementId); return false; } element.scrollIntoView();...
i understand that the ad-class is not a good choice as a feature of a classifier for the given reasons. however, the adchoices icon is not available in the majority...
duplicate of #1
even better: skip the example and just write some unit tests.
correction: `$cluster` information is available. it is just called `$class`. Documentation is missing.
correction: centers are also available. they are called `$Mu`. the row is the cluster (`$Mu[1,]` is the first cluster) and the columns is the position in the cluster (ie. `$Mu[1,1]`...