File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,6 @@ layer_mutate(struct Layer *l)
222222 * @brief Resizes a layer using the previous layer's inputs
223223 * @param [in] l The layer to mutate.
224224 * @param [in] prev The layer prior to the one being mutated.
225- * @return Whether any alterations were made.
226225 */
227226static inline void
228227layer_resize (struct Layer * l , const struct Layer * prev )
Original file line number Diff line number Diff line change @@ -941,6 +941,7 @@ class XCS
941941 /* *
942942 * @brief Reads classifiers from a JSON file and adds to the population.
943943 * @param [in] filename Name of the input file.
944+ * @param [in] clean Whether to wipe existing population before insertion.
944945 */
945946 void
946947 json_read (const std::string &filename, const bool clean)
You can’t perform that action at this time.
0 commit comments