1 write to _isSparse
Microsoft.ML.FastTree (1)
FastTree.cs (1)
2423
_isSparse
= true;
9 references to _isSparse
Microsoft.ML.FastTree (9)
FastTree.cs (9)
2386
if (!
_isSparse
)
2404
Contracts.Assert(
_isSparse
);
2438
if (
_isSparse
)
2462
if (
_isSparse
)
2513
if (!
_isSparse
)
2561
if (!
_isSparse
)
2568
if (
_isSparse
)
2600
Contracts.Assert(!
_isSparse
);
2654
if (!values.
_isSparse
)