Skip to content

Commit

Permalink
Final bug fixes. Ready for version 0.6.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwills72 committed Oct 3, 2019
1 parent e1e522a commit 99bdaa2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: catlearn
Type: Package
Title: Formal Psychological Models of Categorization and Learning
Version: 0.6.4
Date: 2019-10-02
Version: 0.6.5
Date: 2019-10-03
Encoding: UTF-8
Author: Andy Wills, Lenard Dome, Charlotte Edmunds, Garrett Honke, Angus Inkster, René Schlegelmilch, Stuart Spicer
Maintainer: Andy Wills <[email protected]>
Expand Down
9 changes: 6 additions & 3 deletions man/convertSUSTAIN.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,19 @@
Lenard Dome, Andy Wills
}

\seealso{\link{\code{slpSUSTAIN}}}
\seealso{

\code{\link{slpSUSTAIN}}
}

\examples{

## Create a dummy training matrix with two dimensions. The first
## two dimensions have two possible nominal values, while the
## third and fourth have three possible nominal values.

dummy <- cbind(matrix(sample(1:2, 20, replace=T), ncol = 2),
matrix(sample(1:3, 20, replace=T), ncol = 2))
dummy <- cbind(matrix(sample(1:2, 20, replace=TRUE), ncol = 2),
matrix(sample(1:3, 20, replace=TRUE), ncol = 2))

## Specify the number of nominal spaces for each dimension
dims <- c(2, 2, 3, 3)
Expand Down
6 changes: 1 addition & 5 deletions man/medin87train.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

}

\usage{medin87train(subjs = 2, blocks = 2, seed = 7649, missing = 'pad')}
\usage{medin87train(blocks = 2, subjs = 2, seed = 7649, missing = 'pad')}

\arguments{

Expand Down Expand Up @@ -87,9 +87,5 @@

}

\seealso{

\code{\link{medin87sustain}}

}

0 comments on commit 99bdaa2

Please sign in to comment.