Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sylvain Jasson
amap
Commits
fa08d8b5
Commit
fa08d8b5
authored
Oct 23, 2009
by
Antoine Lucas
Browse files
minor bug fix
parent
910f51d0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Changes
View file @
fa08d8b5
Fri
Oct
23
2009
:
0.8
-
4
*
minor
bug
fix
Mon
Sep
31
2007
:
0.8
-
2
*
add
kendall
distance
.
...
...
DESCRIPTION
View file @
fa08d8b5
Package: amap
Version: 0.8-
3
Version: 0.8-
4
Date: 2009-05-18
Suggests: Biobase
Title: Another Multidimensional Analysis Package
...
...
man/Kmeans.Rd
View file @
fa08d8b5
...
...
@@ -39,7 +39,7 @@ Kmeans(x, centers, iter.max = 10, nstart = 1,
the cluster centre).
The algorithm of Lloyd--Forgy is used; method="euclidean" should
return same result as with function \link[stat]{kmeans}.
return same result as with function \link[stat
s
]{kmeans}.
}
\note{
...
...
src/burt.c
View file @
fa08d8b5
...
...
@@ -9,8 +9,20 @@
* \param n,m size of matrix data.
*
*
color size color.blue color.red size.large size.medium size.small
blue large 1 0 1 0 0
red large 0 1 1 0 0
red small => 0 1 0 0 1
blue medium 1 0 0 1 0
red large 0 1 1 0 0
nblev = 2,3
x = 1 1
2 1
2 2
1 3
2 1
*/
void
matind
(
int
*
nblev
,
int
*
data
,
int
*
res
,
int
*
n
,
int
*
m
,
int
*
k
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment