Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

PeterC-DLS/org.eclipse.dataset.examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Eclipse Datasets Examples and Getting Started

What is this?

This is the getting started repo for the Eclipse Dataset project.

Getting Started

  1. Clone this repository.
  2. Import the org.eclipse.dataset.examples project into your Eclipse development environment.
  3. Open the target platform file Mars.target and press "Set as Target Platform" in the upper right hand side. The P2 URL of interest is http://jonahkichwacoders.github.io/org.eclipse.dataset/repository/.
  4. Open the Basic Example and run it as a Java Application for a quick demo.

Next Steps

Browse through the more advanced examples.

  • NumPy Examples shows how common NumPy constructs map to Eclipse Datasets.
  • Slicing Examples demonstrates slicing, including how to slice a small amount of data out of a dataset too large to fit in memory all at once.
  • Error Examples demonstrates applying an error to datasets.
  • Iteration Examples demonstrates a few ways to iterate through your datasets.
  • Lazy Examples demonstrates how to use datasets which are not entirely loaded in memory.

Contribute to the Eclipse Datasets project.

About

Examples and getting started for org.eclipse.dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%