Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7cd10e7

Browse files
committed
fixed typo
1 parent de8b3d2 commit 7cd10e7

File tree

1 file changed

+1
-1
lines changed
  • Classic Computer Science Problems in Swift.playground/Pages/Chapter 7.xcplaygroundpage

1 file changed

+1
-1
lines changed

‎Classic Computer Science Problems in Swift.playground/Pages/Chapter 7.xcplaygroundpage/Contents.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ func normalizeByFeatureScaling(dataset: inout [[Double]]) {
319319
// irisNetwork.train(inputs: irisTrainers, expecteds: irisTrainersCorrects, printError: false)
320320
//}
321321
//
322-
//// test over the last 10 of the irses in the data set
322+
//// test over the last 10 of the irises in the data set
323323
//let irisTesters = Array(irisParameters[140..<150])
324324
//let irisTestersCorrects = Array(irisSpecies[140..<150])
325325
//let irisResults = irisNetwork.validate(inputs: irisTesters, expecteds: irisTestersCorrects, interpretOutput: irisInterpretOutput)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /