From 9e04ab62fb956931084ebc04081f046b60775a04 Mon Sep 17 00:00:00 2001 From: nachocano Date: Mon, 12 Jan 2015 00:23:42 -0800 Subject: [PATCH] adding breaks --- toolkit/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/toolkit/README.md b/toolkit/README.md index 8586dc2ca..5df2bb86e 100644 --- a/toolkit/README.md +++ b/toolkit/README.md @@ -26,9 +26,9 @@ KMeans uses LIBSVM format to parse the input. If you are not familiar with LIBSV The format is the following: <label> <index1>:<value1> <index2>:<value2> ... -. -. -. +
... +
... +
... where label is a dummy integer value in this case (you can add 1's to every example), index<x> is the index for feature x, and value<x> is the feature x value.