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.
$ 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');