Updated to add logistic regression godot example

This commit is contained in:
Alejandro Saucedo 2020-09-26 16:37:24 +01:00
parent 63426281fe
commit 9308b83af4
50 changed files with 101078 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://godot_resources/scripts/CustomModuleExampleScene.gd" type="Script" id=1]
[node name="Parent" type="Node2D"]
script = ExtResource( 1 )
[node name="CustomKomputeNode" type="KomputeSummatorNode" parent="."]