Skip to content

Commit

Permalink
Date Bump
Browse files Browse the repository at this point in the history
Also, documentation cleanup.
  • Loading branch information
ralmond committed Jun 2, 2021
1 parent ac1566d commit ad91b41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package: Peanut
Version: 0.8-4
Date: 2020/06/11
Date: 2021/06/01
Title: Parameterized Bayesian Networks, Abstract Classes
Author: Russell Almond
Maintainer: Russell Almond <[email protected]>
Depends: R (>= 3.0), CPTtools (>= 0.5), methods, futile.logger
Imports: shiny (>= 1.1), shinyjs, utils
Description: This provides support of learning conditional probability tables parameterized using CPTtools
Description: This provides support of learning conditional probability tables parameterized using CPTtools.
License: Artistic-2.0
URL: http://pluto.coe.fsu.edu/RNetica

Expand Down
1 change: 0 additions & 1 deletion man/PnodeProbs.Rd
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
\name{PnodeProbs}
\alias{PnodeProbs}
\alias{PnodeProbs<-}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{ Gets or sets the conditional probability table associated with a
Netica node.
}
Expand Down
2 changes: 2 additions & 0 deletions man/PnodeStateValues.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ PnodeStateValues(node) <- value
Russell Almond
}
\seealso{

\code{\link{PnodeStateBounds}},
\code{\link{Pnode}}, \code{\link{PnodeStates}()},
\code{\link{PnodeName}()}, \code{\link{PnodeStateTitles}()},
\code{\link{PnodeParentTvals}()}
Expand Down
2 changes: 0 additions & 2 deletions man/maxAllTableParams.Rd
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
\name{maxAllTableParams}
\alias{maxAllTableParams}
%\alias{maxAllTableParams.default}
\alias{maxCPTParam}
\title{Find optimal parameters of Pnet or Pnode to match expected tables}
\description{
Expand All @@ -16,7 +15,6 @@
}
\usage{
maxAllTableParams(net, Mstepit = 5, tol = sqrt(.Machine$double.eps), debug=FALSE)
%\method{maxAllTableParams}{default}(net, Mstepit = 5, tol = sqrt(.Machine$double.eps), debug=FALSE)
maxCPTParam(node, Mstepit = 5, tol = sqrt(.Machine$double.eps))
}
\arguments{
Expand Down

0 comments on commit ad91b41

Please sign in to comment.