Skip to content

Commit fcc6cc7

Browse files
authored
minor fix
1 parent e12ce3e commit fcc6cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/02-dimension-reduction-and-discretization.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"\n",
134134
"If your are only interested in well sampled states, you should use a density based method to discretize. If exploring new states is one of your objectives, it might be of advantage to place states also in rarely observed regions. The latter is especially useful in adaptive sampling approaches, because in the initial phase you want to explore the phase space as much as possible. The downside of placing states in areas of low density is that we will have poor statistics on these states. \n",
135135
"\n",
136-
"Another advantage of regular space clustering is that is very fast in comparison to $k$-means: regspace clustering runs in linear time while $k$-means is superpolynomial in time.\n",
136+
"Another advantage of regular space clustering is that it is very fast in comparison to $k$-means: regspace clustering runs in linear time while $k$-means is superpolynomial in time.\n",
137137
"\n",
138138
"For very large datasets we also offer a mini batch version of $k$-means, which has the same semantics as the original method, but trains the centers on subsets of your data. This tutorial does not cover this case, but you should keep in mind, that $k$-means requires your low dimensional space to fit into your main memory.\n",
139139
"\n",

0 commit comments

Comments
 (0)