aboutsummaryrefslogtreecommitdiff
path: root/src/km.h
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2019-02-05 19:51:31 -0500
committerPaul Duncan <pabs@pablotron.org>2019-02-05 19:51:31 -0500
commitea56aca669d38f9f810d48f83556fe02c66d54c1 (patch)
treece5d9a0aa67943cb0914e1eab150d96e2d626b31 /src/km.h
parent524d4c9b225f185c90392f206992ea7e53cb4f1c (diff)
downloadkmeans-ea56aca669d38f9f810d48f83556fe02c66d54c1.tar.bz2
kmeans-ea56aca669d38f9f810d48f83556fe02c66d54c1.zip
add bounds to training output
Diffstat (limited to 'src/km.h')
-rw-r--r--src/km.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/km.h b/src/km.h
index 83d7be0..717fafe 100644
--- a/src/km.h
+++ b/src/km.h
@@ -199,6 +199,7 @@ km_load(
_Bool
km_set_print(
const km_set_t * const,
+ const float * const,
FILE * const fh
);