utilisation de k-means au lieu de hierarchique dans initSmallEM - PB de dimensions...
[valse.git] / man / vec_bin.Rd
diff --git a/man/vec_bin.Rd b/man/vec_bin.Rd
new file mode 100644 (file)
index 0000000..1689488
--- /dev/null
@@ -0,0 +1,20 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/vec_bin.R
+\name{vec_bin}
+\alias{vec_bin}
+\title{A function needed in initSmallEM}
+\usage{
+vec_bin(X, r)
+}
+\arguments{
+\item{X}{vector with integer values}
+
+\item{r}{integer}
+}
+\value{
+a list with Z (a binary vector of size the size of X) and indices where Z is equal to 1
+}
+\description{
+A function needed in initSmallEM
+}
+