octave-maintainers
[Top][All Lists]
Advanced

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

Re: Implementing categorial function


From: NVS Abhilash
Subject: Re: Implementing categorial function
Date: Sun, 20 Nov 2016 20:59:21 -0800 (PST)

Mike Miller-4 wrote
> On Sun, Nov 20, 2016 at 13:04:40 -0800, NVS Abhilash wrote:
>> Hi all,
>> 
>> I just wanna know, while looking for unimplemented functions in octave I
>> found a category of functions not implemented. (no pun intended).
>> 
>> 1. iscategorical
>> 2. iscategory
>> 3. categorical
>> 4. categories
>> 
>> I am interested to implement them, well maybe one for a start. I also
>> want
>> to know weather it is okay to implement them and no one else is already
>> working on it.
>> 
>> For example this is what iscategorial should do 
>> https://in.mathworks.com/help/matlab/ref/iscategory.html?searchHighlight=iscategorial
>> <https://in.mathworks.com/help/matlab/ref/iscategory.html?searchHighlight=iscategorial>
>>   
>> 
>> Please let me know about the status of these functions as I am very
>> interested in implementing them.
> 
> I don't think anyone has done any work on implementing categorical
> arrays. You are certainly welcome to start working on that if you want.
> That also means it may take some effort to find interested parties to
> give you some feedback and testing.
> 
> If you want to develop full support for this data type, it looks like
> there is plenty of work to do beyond the 4 functions you listed:
> 
> https://www.mathworks.com/help/matlab/categorical-arrays.html
> https://www.mathworks.com/help/matlab/matlab_prog/other-matlab-functions-supporting-categorical-arrays.html
> 
> I'm sure you've seen this stated already, but be sure not to read or use
> any Matlab files at all, other than the publicly accessible docs.
> 
> -- 
> mike


Thanks Mike!

I would want you to clarify on this, as of now as I see I don't find
anything about categorical data type in octave source.
Does it mean I got to implement the whole datatype and its related
functions. I think to provide support for a new datatype, many of the
preexisting functions need to be modified too.

I want to know weather I am right or not? If yes, then this project becomes
very big, so please suggest me the starting point or the starting function I
should start developing upon. 

Thank you,
NVS



-----
NVS Abhilash
--
View this message in context: 
http://octave.1599824.n4.nabble.com/Implementing-categorial-function-tp4680686p4680695.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

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