[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Classregtree
From: |
Mike Miller |
Subject: |
Re: Classregtree |
Date: |
Mon, 29 Sep 2014 21:13:19 -0400 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Mon, Sep 29, 2014 at 14:21:34 -0700, jdruiter wrote:
> Hi,
>
> Is classregtree available somewhere (in the dev branch)? I can't find it in
> octave.
Have you tried to find it in a current version of Octave? Here is what I
see, I think the error message is quite clear and helpful:
>> help classregtree
error: help: the 'classregtree' function belongs to the statistics package
from
Octave Forge which you have installed but not loaded. To load the
package, run 'pkg load statistics' from the Octave prompt.
Please read <http://www.octave.org/missing.html> to learn how you can
contribute missing functionality.
>> pkg load statistics
>> help classregtree
error: help: the 'classregtree' function belongs to the statistics package
from
Octave Forge but has not yet been implemented.
Please read <http://www.octave.org/missing.html> to learn how you can
contribute missing functionality.
So no, the function classregtree is not available in Octave nor in the
statistics package. Do you have an implementation you'd like to
contribute?
--
mike
- Classregtree, jdruiter, 2014/09/29
- Re: Classregtree,
Mike Miller <=