2019-10-03 Russell Almond * R/Manifest.R (BuildNetManifest): Fixed error with null pathnames. 2019-07-23 Russell Almond * R/Manifest.R (BuildNodeManifest): Changed the way continuous nodes are handled. 2019-07-31 Rusell Almond * R/QOmegaMat.R (Pnet2Qmat): Changing the meaning of debug in the same way. added defaultPriorWeight. (topsort): Depricating noisy argument. (Omega2Pnet): Changed debug, and added defaultPriorWeight * R/EM.R (maxAllTableParams.default): Same thing. * R/Pnets.R (BuildAllTables): Changing the meaning of "debug" option. Now will cause the browser to open on table failure. 2019-07-29 Rusell Almond * R/QOmegaMat.R (Qmat2Pnet): Added some trimws() calls to try to avoid blank space bugs. (Omega2Pnet): Treat blanks as 0 in Q matrix. 2019-04-19 Rusell Almond * R/Statistic.R (Statistic): Added Statistic Objects. So far just single node. Also need multiple node statistics. 2019-03-27 Rusell Almond * R/shinyNode.R (DPCGadget): Right now using hard coded list of structure functions. Should write complement to getOffsetRule(), to make the list more expandable. 2017-06-09 Russell G. Almond * R/Factories.R: Warehouse debugged and documented. 2017-06-06 Russell G. Almond * R/Factories.R: Created the Warehouse paradigm and warehouses for Pnets and Pnodes. Also Pnet and Pnode manifest functions. 2017-06-01 Russell G. Almond * R/Pnets.R (BuildAllTables): Fixed missing argument error. * R/QOmegaMat.R (Pnet2Omega): Added check for missing parents. 2017-05-18 Russell G. Almond * R/QOmegaMat.R (Pnet2Qmat): Debugged Q-matrix size problems. 2016-11-05 Russell G. Almond * R/EM.R (GEMfit): Added tracing features. * R/Pnets.R (BuildAllTables,maxAllTableParams): Added debug switch. 2016-06-02 Russell G. Almond * R/BNgenerics.R (PnetFindNode): Added a find node function 2016-05-22 Russell G. Almond * R/QOmegaMat.R (Pnet2Qmat,Pnet2Omega): Added defaults. 2016-05-17 Russell G. Almond * R/QOmegaMat.R (Pnet2Qmat, Pnet2Omega): Translation of Bayes net to spreadsheet 2016-05-04 Almond * R/BNgenerics.R: Created a list of basic BN functions I needed to be able to write code in Peanut instead of Pnetica. 2015-06-06 Russell G. Almond * R/Pnets.R (as.Pnet, Pnet, Pnet.default): Added constructors. ("PnetPnodes<-"): Added setter method. (as.Pnode, Pnode): Added constructors 2015-05-19 Russell G. Almond * DESCRIPTION (Depends): Split RNetica dependencies into PNetica package. 2015-03-04 Russell G. Almond * DESCRIPTION (Package): Created. 2015-03-04 Russell G. Almond * R/Pnets.R (dputToString, dgetFromString): Created. Need to store S-objects as strings inside of Netica User fields. (is.Pnet, PnetPriorWeight, "PnetPriorWeight<-"): Created. (is.Pnode, PnodeRules, "PnodeRules<-", PnodeLink, "PnodeLink<-") (PnodeLnAlphas, "PnodeLnAlphas<-", PnodeBetas, "PnodeBetas<-") (PnodeLinkScale, "PnodeLinkScale<-", PnodePriorWeight) ("PnodePriorWeight<-"): Created. (PnodeBuildTable, PnetBuildTables): Created.