1 write to SepalLength
Microsoft.ML.Tests (1)
Scenarios\Api\Estimators\Extensibility.cs (1)
38
j.
SepalLength
= i.SepalLength;
3 references to SepalLength
Microsoft.ML.Tests (3)
Scenarios\Api\Estimators\Extensibility.cs (3)
36
j.PetalLength = i.
SepalLength
> 3 ? i.PetalLength : i.
SepalLength
;
38
j.SepalLength = i.
SepalLength
;