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

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

[Octave-patch-tracker] [patch #9985] [octave forge] (statistics) Add fun


From: anonymous
Subject: [Octave-patch-tracker] [patch #9985] [octave forge] (statistics) Add function confusionchart
Date: Sat, 24 Oct 2020 04:52:11 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

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

                 Summary: [octave forge] (statistics) Add function
confusionchart
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sat 24 Oct 2020 08:52:10 AM UTC
                Category: Forge : new function
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: ilguido@users.sf.net
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

This patch adds the confusionchart function and the ConfusionMatrixChart class
(using classdef).

The confusionchart function creates a ConfusionMatrixChart object, which is a
self-contained plot, i.e. it has its own axes.

It can be optionally drawn inside an existing figure or an existing uipanel,
while in MATLAB its parent can be a figure, a panel, a tab, a grid layout
etc.

Since it is the object of a class, its properties can be edited after its
creation through the dotted notation, e.g. :

cmcobject.Title = "Title of the confusion chart"

Properties implemented: XLabel, YLabel, Title, FontName, FontSize  ,
DiagonalColor, OffDiagonalColor, Normalization, ColumnSummary, RowSummary,
GridVisible.

Properties not implemented: FontColor, PositionConstraint, OuterPosition,
InnerPosition, Position, Units, Layout, HandleVisibility.

To sort the classes according to some specific order, one can use the
sortClasses method, e.g.:

sortClasses( cmcobject, "auto" )

The sortClasses method currently cannot sort the classes according to the
"cluster" ordering, because that needs some work with the linkage and cluster
functions.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sat 24 Oct 2020 08:52:10 AM UTC  Name: ConfusionMatrixChart.diff  Size:
34KiB   By: None
version 1.0
<http://savannah.gnu.org/patch/download.php?file_id=50082>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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