Skip to content

Commit

Permalink
Merge pull request #6 from vikdoro/devs
Browse files Browse the repository at this point in the history
Implement some methods and add tests
  • Loading branch information
Paul Varache authored Feb 7, 2018
2 parents b5a5327 + 0d5b74e commit 000e058
Show file tree
Hide file tree
Showing 6 changed files with 370 additions and 237 deletions.
3 changes: 3 additions & 0 deletions include/NodeTimeSeriesClassificationData.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ class NodeTimeSeriesClassificationData : public Nan::ObjectWrap {
static NAN_METHOD(New);
static NAN_METHOD(SetNumDimensions);
static NAN_METHOD(GetNumDimensions);
static NAN_METHOD(SetDatasetName);
static NAN_METHOD(SetInfoText);
static NAN_METHOD(AddSample);
static NAN_METHOD(GetNumSamples);
static NAN_METHOD(Load);
static NAN_METHOD(Save);
static NAN_METHOD(Clear);
Expand Down
Loading

0 comments on commit 000e058

Please sign in to comment.