9 writes to Sign
Microsoft.ML.Samples (9)
Dynamic\Transforms\StatefulCustomMapping.cs (9)
18
new InputData {
Sign
= true },
19
new InputData {
Sign
= true },
20
new InputData {
Sign
= false },
21
new InputData {
Sign
= true },
22
new InputData {
Sign
= false },
23
new InputData {
Sign
= true },
24
new InputData {
Sign
= false },
25
new InputData {
Sign
= false },
26
new InputData {
Sign
= false },
2 references to Sign
Microsoft.ML.Samples (2)
Dynamic\Transforms\StatefulCustomMapping.cs (2)
36
output.SignedFibonacci = input.
Sign
? fib : -fib;
66
Console.WriteLine($"{row.
Sign
}\t {row.SignedFibonacci}");