SciProgCentre / kmath

Kotlin mathematics extensions library
648 stars 55 forks source link

Krangl / dataforge-tables converter #89

Open altavir opened 4 years ago

altavir commented 4 years ago

Convert NDStructure to and from table formats.

pklimai commented 4 years ago

Is anyone working on this? If not I'll give it a try.

altavir commented 4 years ago

DataForge-tables are not ready yet. But krangl is rather stable. I think that we do not need to wrap krangl operations and implement only converters. For now I do not have a clear picture about how it should work in my head. Kmath works with uniform data blocks, krangl usually works with non-uniform data. We need Kmath for high performance operations, but it is not clear at which stage do we need to work with "human-friently" data. The starting point could be wrapping krangl columns in a Buffer and providing necessary factories.

CommanderTvis commented 4 years ago

Is anyone working on this?