Skip to content

A small package that converts a univariate array into a Grammian Angular Field

License

Notifications You must be signed in to change notification settings

DoktorMike/GrammianAngularFields.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grammian Angular Fields

Build Status

A small package that converts a univariate array into a Grammian Angular Field.

The usage is super simple and the code

grammify(1:4)

produces

4×4 Array{Float64,2}: 1.0 0.333333 -0.333333 -1.0
0.333333 -0.777778 -1.0 -0.333333 -0.333333 -1.0 -0.777778 0.333333 -1.0 -0.333333 0.333333 1.0

About

A small package that converts a univariate array into a Grammian Angular Field

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages