adding breaks

This commit is contained in:
nachocano 2015-01-12 00:23:42 -08:00
parent 9907bafa1d
commit 9e04ab62fb

View File

@ -26,9 +26,9 @@ KMeans uses LIBSVM format to parse the input. If you are not familiar with LIBSV
The format is the following: The format is the following:
<label> <index1>:<value1> <index2>:<value2> ... <label> <index1>:<value1> <index2>:<value2> ...
. </br>...
. </br>...
. </br>...
where label is a dummy integer value in this case (you can add 1's to every example), index&lt;x&gt; is the index for feature x, and value&lt;x&gt; is the feature x value. where label is a dummy integer value in this case (you can add 1's to every example), index&lt;x&gt; is the index for feature x, and value&lt;x&gt; is the feature x value.