KSquare Utilities
Todo List
Class KKB::Chart
This class Chart has not been used as of yet so requires testing.
Member KKB::KKStr::Find (const KKStr &str, kkint32 pos=0) const
Want to implement all the methods that the std::string class implements this way people who are familiar with the std::string class will find using this class easier.
Member KKB::KKStr::LeftPad (kkint32 width, uchar ch= ' ')
Need to properly debug through 'KKStr::LeftPad;
Member KKLSC::ScannerFile3BitEncoded::WriteBufferFrame ()
We need to implement a 64 bit ftell function for non windows; this will involve implementation of '#define _FILE_OFFSET_BITS 64' and ftell; probably thru macros in the "FirstIncludes.h" file.
Member KKLSC::ScannerFile::ReportInstrumentDataWord (uchar idNum, kkuint32 scanLineNum, WordFormat32Bits dataWord)
Need to add code to do something the data word just posted.
Member KKLSC::ScannerFile::ReportTextMsg (const char *textBuff, kkint32 numTextBytes)
Need to add code to do something with the textBuff message.
Member KKMLL::ModelDual::Predict (FeatureVectorPtr example, MLClassPtr knownClass, MLClassPtr &predClass1, MLClassPtr &predClass2, kkint32 &predClass1Votes, kkint32 &predClass2Votes, double &probOfKnownClass, double &predClass1Prob, double &predClass2Prob, kkint32 &numOfWinners, bool &knownClassOneOfTheWinners, double &breakTie, RunLog &log)
Make sure that 'classifier1->ClassifyAExample' does not modify the feature data.
Member KKMLL::ModelDual::Predict (FeatureVectorPtr example, RunLog &log)
ModelDual::Predict Make sure that the call to the first classifier does not modify the encodedExample.
Member KKMLL::ModelDual::ReadXML (XmlStream &s, XmlTagConstPtr tag, VolConstBool &cancelFlag, RunLog &log)

I need the Config1 configuration read from the XML file to be correct; but to deal with this problem for now; will reload the original.

I need the Config1 configuration read from the XML file to be correct; but to deal with this problem for now; will reload the original.