JSPM

gramian-angular-field

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q45193F
  • License ISC

A Gramian Angular Field is an image obtained from a time series, representing some temporal correlation between each time point.

Package Exports

  • gramian-angular-field

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gramian-angular-field) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Gramian Angular Field

A Gramian Angular Field is an image obtained from a time series, representing some temporal correlation between each time point. Two methods are available: Gramian Angular Summation Field and Gramian Angular Difference Field. This example illustrates the transformation on the first sample of the GunPoint dataset.

GunPoint summation GunPoint difference

$ npm install gramian-angular-field

Use in your own program

import { gramianAngularField } from "gramian-angular-field";
import { gunPoint } from './gun-point';

gramianAngularField(gunPoint).write('gun-point.png');