File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,10 @@ This class acts as a container to quickly check and modify any setting at any ti
138
138
For example, it is possible to customize the criteria used by the networks to check their performance during training
139
139
140
140
``` C#
141
- NetworkSettings .AccuracyTester = AccuracyTesters .Argmax (); // The default mode (mutually-exclusive classes)
141
+ NetworkSettings .AccuracyTester = AccuracyTesters .Argmax (); // The default mode (mutually-exclusive classes)
142
142
143
143
// Other testers are available too
144
- NetworkSettings .AccuracyTester = AccuracyTesters .Threshold (); // Useful for overlapping classes
144
+ NetworkSettings .AccuracyTester = AccuracyTesters .Threshold (); // Useful for overlapping classes
145
145
NetworkSettings .AccuracyTester = AccuracyTesters .Distance (0 . 2 f ); // Distance between results and expected outputs
146
146
```
147
147
@@ -185,7 +185,7 @@ The **NeuralNetwork.NET** library requires .NET Standard 2.0 support, so it is a
185
185
- .NET Framework >= 4.6.1
186
186
- .NET Core >= 2.0
187
187
- UWP (from SDK 10.0.16299)
188
- - Mono 5.4
188
+ - Mono >= 5.4
189
189
- Xamarin.iOS 10.14, Xamarin.Mac 3.8, Xamarin.Android 8.0
190
190
191
- In addition to the frameworks above, you need an IDE with C# 7.2 support to compile the library on your PC.
191
+ In addition to the frameworks above, you need an IDE with C# 7.3 support to compile the library on your PC.
You can’t perform that action at this time.
0 commit comments