gramian-angular-field
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i gramian-angular-field

Weekly Downloads

7

Version

1.0.1

License

ISC

Unpacked Size

7.95 kB

Total Files

16

Last publish

Collaborators

  • zniwus