Skip to content

Commit

Permalink
[wip] svd
Browse files Browse the repository at this point in the history
  • Loading branch information
huynhnguyen committed Aug 10, 2019
1 parent e4ebd2c commit a83e469
Show file tree
Hide file tree
Showing 13 changed files with 1,058 additions and 189 deletions.
4 changes: 2 additions & 2 deletions examples/sampling/sampling.mixins.babel.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { SamplingMixins, causalNetSampling } from 'causal-net.sampling';
import { Platform } from 'causal-net.utils';
import { Tensor, Function } from 'causal-net.core';
console.log(causalNetSampling instanceof Function);
import { Tensor, Functor } from 'causal-net.core';

class SimplePipeline extends Platform.mixWith(Tensor, [SamplingMixins]){
constructor(){
super();
Expand Down
Loading

0 comments on commit a83e469

Please sign in to comment.