Skip to content

Commit

Permalink
Migrate order.js
Browse files Browse the repository at this point in the history
  • Loading branch information
curran committed Dec 30, 2020
1 parent 9460bac commit 8a273e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,10 @@ export { laplacian } from './laplacian';
export { mat2graph } from './mat2graph';
export { meantranspose, meancolumns } from './mean';
export { optimal_leaf_order } from './optimal_leaf_order';
export { order } from './order';
//export {
//} from '';
//export {
//} from '';
//export {
//} from '';
2 changes: 1 addition & 1 deletion src/order.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

reorder.order = function() {
export function order() {
var distance = reorder.distance.euclidean,
ordering = reorder.optimal_leaf_order,
linkage = "complete",
Expand Down

0 comments on commit 8a273e0

Please sign in to comment.