-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
134 lines (82 loc) · 4 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
2023-02-16 Russell Almond <ralmond@cherry>
* R/PnetNetica.R (MakePnode.NeticaNode): added some [1] on values
which are scalar to suppress warnings and errors.
2023-02-13 Russell Almond <ralmond@cherry>
* R/PnetNetica.R (MakePnode.NeticaNode): Added trimws to node
labels as that presents and issue for Netica.
2022-11-09 Russell Almond <ralmond@pei>
* R/BNNetica.R: (PnetSerialize) -- Added remove.file if necessary
to catch growing file sizes.
2022-09-29 Russell Almond <ralmond@cherry.local>
* R/Warehouse.R (BNWarehouse$WarhouseCopy): There was a problem
where the truename was not being updated on copy. Should now be
fixed, but needs a test.
2022-04-10 Russell Almond <ralmond@cherry.local>
* R/PnetNetica.R (maxCPTParam): set it up so that it should fall
back to GetPriorWeight() if NodeExperience() returns NA. This
allows the function to be used to set parameters to match an
existing CPT.
2021-06-01 Russell Almond <ralmond@cherry>
* R/Warehouse.R (BNWarehouse): Changed WarehouseSave method to
look at PnetPathname property of network rather than the one in
the manifest.
(BNWarehouse): Split the WarehouseSupply method for BNWarehouse
and NNWarehouse as the branch for what to do if the cached value
is not valid is different.
2021-05-29 Russell Almond <ralmond@cherry>
* R/PnetNetica.R (MakePnet.NeticaBN): Fixed bug with null pathname.
2020-08-09 Russell Almond <ralmond@Cherry>
* R/BNNetica.R (PnodeEvidence<-): Added a logical method as that
seems to fall through the cracks.
2020-08-08 Russell Almond <ralmond@Cherry>
* R/Statistics.R: Added Chararcter methods to statistic
operators.
2020-04-01 Russell Almond <ralmond@Cherry>
* R/BNNetica.R: Added warning when replacing network.
2020-03-14 Russell Almond <ralmond@Cherry>
* R/Warehouse.R (WarehouseFree(BNWarehouse)): Added list argument
to rm.
2020-03-08 Russell Almond <ralmond@Cherry>
* R/Warehouse.R
(WarehouseCopy,is.legal.name,as.legal.name,is.valid): Added.
2020-02-12 Rusell Almond <ralmond@Cherry>
* R/Warehouse.R: WarehouseFree now actually deletes the network.
ClearWarehouse also deletes all the nets.
2019-07-29 Rusell Almond <ralmond@Cherry>
* R/Warehouse.R (WarehouseManifest<-): Added trimws to key columsn.
* R/PnetNetica.R (MakePnet.NeticaBN): Added some trimws.
(MakePnode.NeticaNode): Added some trimws.
2018-11-04 Rusell Almond <ralmond@Cherry>
* R/PnetNetica.R (## calcPnetLL.NeticaBN): Changed to get session
from network.
(## calcExpTables.NeticaBN): Same thing.
(as.Pnode.NeticaNode): Changed to use "pnodes" node set.
2016-05-04 Almond <ralmond@macox.com>
* R/BNNetica.R : Added translations for basic BN functions here.
2015-06-06 Russell G. Almond <ralmond@Limu>
* R/PnetNetica.R (Pnode.default, as.Pnode.NeticaNode): Added
constructors.
(as.Pnet.NeticaBN): Added constructors.
("PnetPnodes<-".NeticaBN): Added setter.
2015-06-05 Russell G. Almond <ralmond@Limu>
* R/PnetNetica.R (PnetPriorWeight.NeticaBN)
(PnodeRules.NeticaNode, PnodeLink.NeticaNode)
("PnodeLink<-.NeticaNode", PnodeQ.NeticaNode)
(PnodeLnAlphas.NeticaNode, PnodeBetas.NeticaNode)
(PnodeLinkScale.NeticaNode, PnodePriorWeight.NeticaNode): Reworked
to use NodeUserObj/NetworkUserObj
2015-05-19 Russell G. Almond <ralmond@Limu>
* R/PnetNetica.R ("PnodeQ<-.NeticaNode", PnodeQ.NeticaNode): Added.
(maxCPTParam.NeticaNode, BuildTable.NeticaNode): Added Q.
* DESCRIPTION (Depends): Broke off from Peanut
2015-03-04 Russell G. Almond <ralmond@Limu>
* DESCRIPTION (Package): Created.
2015-03-04 Russell G. Almond <ralmond@Limu>
* 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.