Skip to content

support for multidimensional points for shingled forests - #4

Open
dcolazin wants to merge 2 commits into
jaren:masterfrom
dcolazin:master
Open

support for multidimensional points for shingled forests#4
dcolazin wants to merge 2 commits into
jaren:masterfrom
dcolazin:master

Conversation

@dcolazin

Copy link
Copy Markdown

The behavior of data like

data[i][0] = i >= 300 && i < 330 ? -10 : A*Math.sin(T*i-phi*T) + center; data[i][1] = i >= 200 && i < 230 ? 80 : A*Math.cos(T*i-phi*T)+ center;

is different from the Python implementation.

shingled forest for multidimensional points
@dcolazindcolazin changed the title Support for multidimensional points for shingled forestssupport for multidimensional points for shingled forestsDec 17, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@dcolazin