Skip to content

rayros/gramian-angular-field

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published