Tutorial

We will run the tests on two examples.

Animals

Run the command

$ galactic-laser-ui

Choose the two files:

  • Data file: share/data/animals/animals.yaml

  • Explorer file: share/data/animals/explorer.yaml

Animals

1

2

3

4

5

6

7

8

9

10

11

12

13

Dove

x

x

x

x

Hen

x

x

x

Duck

x

x

x

x

x

Goose

x

x

x

x

x

Owl

x

x

x

x

x

Hawk

x

x

x

x

x

Eagle

x

x

x

x

x

Fox

x

x

x

x

x

Dog

x

x

x

x

Wolf

x

x

x

x

x

x

Cat

x

x

x

x

x

Tiger

x

x

x

x

x

Lion

x

x

x

x

x

x

Horse

x

x

x

x

x

x

Zebra

x

x

x

x

x

x

Cow

x

x

x

x

where:

  • Attribute 1 is: small

  • Attribute 2 is: medium

  • Attribute 3 is: big

  • Attribute 4 is: towlegs

  • Attribute 5 is: fourlegs

  • Attribute 6 is: feathers

  • Attribute 7 is: hair

  • Attribute 8 is: fly

  • Attribute 9 is: hunt

  • Attribute 10 is: run

  • Attribute 11 is: swim

  • Attribute 12 is: mane

  • Attribute 13 is: hooves

You can change the values of the file explorer as needed, choose the attributes you want the algorithm takes in consideration, you can change the colors of the output nodes … etc.

Click on the “Start” button, you can see the construction of the lattice node by node, (use the “Next” button), or you can simply draw the result at ones (use the “Draw” button),

The lattice of animals using a specific explorer

Iris csv data

The Iris data set is compounded of 150 individuals described by 4 numerical features and one categorical (share/data/iris/iris.csv). See Iris flower data set.

If we analyze this data set with specific explorers, we obtains these results:

  • share/data/iris/explorer-110.yaml

    The lattice of iris using a specific explorer (minimum 110)
  • share/data/iris/explorer-90.yaml

    The lattice of iris using a specific explorer (minimum 90)