Skip to main content

29 docs tagged with "learning"

View All Tags

Advanced topics

In this section you will conclude with some advanced topics in East.

Arrays

Arrays are collections containing an ordered list of values.

Basics

The final East type to cover is the blob.

Blob data

The final data type to cover in East is the "blob", which represents a collection of binary data similar to a file on your computer.

Boolean Logic

Boolean values represent logical true and false, and are ubiquitous in computing.

Compound data

Here you will learn two fundamental "compound" data types in East - structs and variants.

Csv Conversion

One common data encoding is the humble CSV (comma separated values) file.

Data collections

Previously you have seen structs and variants, which contain a fixed amount of data.

Datetime

Dates and times are central to business operations and planning and are an essential part of Elara and East.

Dictionaries

Dictionaries are collections containing a sorted list of keys and associated values.

East Expressions

East expressions are the primary way of adding logic to your Elara solutions.

Equality and Ordering

Equality and ordering in East may work slightly differently to how you may be used to in imperative or object-oriented languages.

Integers and Floats

East supports two distinct types of numbers – integers and floating-point numbers.

Introduction to east

All the data and logic hosted on the Elara platform that make up your solution are implemented using the East data model and expression language. Here you will gain an understanding of why Elara created East, how it benefits you, the ways in which data can be represented, and how to manipulate data with expressions.

Machine Learning

The Elara platform can merge together machine learning with simulation and optimization.

Mutation

The final aspect worthy of discussion is how mutation and object identity works in "imperative contexts" of Elara.

Null and Missing Data

East includes a null value, which serves as a placeholder where there is no data or data is missing.

Primitive data

Here you will learn the basic, or "primitive", data types that you can use with East.

Random

Elara is a platform for simulation, optimization and machine learning.

Sets

Sets are collections containing an sorted list of distinct "keys".

Strings

Text in East is represent as strings.

Structs

Structs are data "structures" containing multiple values associated with field names.

Subtypes

East has a strong, static type system to enable safety and speed.

Use expressions

In this learning topic, you will gain an understanding of you can manipulate data in Elara platform using a pure functional data language.

Variants

Variants represent objects that can be one of a finite number of different things (cases).

Why East

Elara was created to provide a platform for solving complex business problems.