octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #10010] [octave forge] (statistics) Add da


From: anonymous
Subject: [Octave-patch-tracker] [patch #10010] [octave forge] (statistics) Add dataset 'fisheriris'
Date: Sun, 3 Jan 2021 09:53:28 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

URL:
  <https://savannah.gnu.org/patch/?10010>

                 Summary: [octave forge] (statistics) Add dataset 'fisheriris'
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sun 03 Jan 2021 02:53:26 PM UTC
                Category: Forge : other
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: s.guidoni@virgilio.it
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

In MATLAB there is a number of useful datasets in the "statistics" package.
The dataset 'fisheriris' contains two variables:

meas - a matrix of measurements
species - a cellstring array with the names of the species corresponding to
the measurements

The data is taken from https://archive.ics.uci.edu/ml/datasets/Iris

Usage example:


>> load fisheriris;
>> Z = linkage(meas,'average','chebychev');
>> inconsistent (Z)




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sun 03 Jan 2021 02:53:26 PM UTC  Name: fisheriris.patch  Size: 15KiB  
By: None

<http://savannah.gnu.org/patch/download.php?file_id=50631>

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/patch/?10010>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]