User Portlet
Discussions |
---|
Is it possible to update a classifier function by giving it new training data. For example, given the statement: c = Classify[{1, 2, 3, 4, 5} -> {"A", "B", "C", "D", "E"}] Is it possible to update c with new learning data with something like: ... |
Thanks Rohit, I will take a look at this other approach. |
Thank you Jason. Your explanation makes it clear. However I now think that it is really confusing to have |
Thank You Lee! What else can I say? Again, thank you! |
Thank you Richard! Your solution called edges2 solves my problem in a way that appeals to me! Thank you very much. |
Thank you Mike. This would be the definitive answer. I took a look at it and I might be able to understand it and make my own indicators. Thank you very much. I will mark your answer as the answer. |
Hello Rohit. Thank you very much for your answer. It actually answered another question I had. I was trying to use Position[highs, h_ /; h > highs[[i]]] where highs is obtained by getting the financial data from a stock and was getting an error of... |
Given an Interactive Trading Chart or Trading Chart that is displaying a CandleStick Chart is it possible to draw points or lines or curves over it, as, for instance, indicators do. 1) For instance, I want to draw some points on the chart (such as... |
Hello David, Thank you for the pointer. I checked the book out of my school's library. It is in e-book format. I will be reading and looking forward to improving my Mathematica programming knowledge and skills. Regards, Henrick |
Hello, I'm Henrick. I have a Ph.D. in Electrical Engineering from The City College Of New York. I am currently an instructor at the University Of South Florida, in the Department of Computer Science. In my previous life, when working in Industry... |