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