Skip to content

Commit 6fef9ed

Browse files
bomanimcjoeyklee
authored andcommitted
docs(feature-extractor.md): Switch the links for regression and classifications p5 editor examples i (#762)
1 parent e4d95f8 commit 6fef9ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/feature-extractor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ featureExtractor.predict(input, ?callback);
225225
* [FeatureExtractor_Image_Classification](https://github.com/ml5js/ml5-examples/tree/development/p5js/FeatureExtractor/FeatureExtractor_Image_Classification)
226226
227227
**p5 web editor**
228-
* [FeatureExtractor_Image_Regression](https://editor.p5js.org/ml5/sketches/FeatureExtractor_Image_Classification)
229-
* [FeatureExtractor_Image_Classification](https://editor.p5js.org/ml5/sketches/FeatureExtractor_Image_Regression)
228+
* [FeatureExtractor_Image_Regression](https://editor.p5js.org/ml5/sketches/FeatureExtractor_Image_Regression)
229+
* [FeatureExtractor_Image_Classification](https://editor.p5js.org/ml5/sketches/FeatureExtractor_Image_Classification)
230230
231231
232232
**plain javascript**

0 commit comments

Comments
 (0)