10.0.0 • Published 7 years ago

greycat-ml v10.0.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

GreyCat Machine Learning plugin

Usage

var greycat = require('greycat');
var greycatMLPlugin = require('greycat-ml');
var graph = greycat.GraphBuilder.newBuilder()
    .withPlugin(new greycatMLPlugin())
    .build();
graph.connect(function(){
    var node = graph.newNode(0,0);
    node.set("name", greycat.Type.STRING, "myFirstNode");
    graph.save(null);
});

more to come...

10.0.0

7 years ago

9.0.0

7 years ago

8.4.0

7 years ago

8.3.0

7 years ago

8.2.0

7 years ago

8.1.0

7 years ago

8.0.0

7 years ago

7.0.0

7 years ago

6.0.0

7 years ago

5.0.0

7 years ago

4.0.0

7 years ago

3.0.0

7 years ago

2.0.0

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago