4 references to ZeroBased
Microsoft.ML.Transforms (4)
SvmLight\SvmLightLoader.cs (3)
570
_featureCount = InferMax(_host, data) + (ulong)(_indicesKind == FeatureIndices.
ZeroBased
? 1 : 0);
642
var indexParser = new IndexParser(_indicesKind == FeatureIndices.
ZeroBased
, _featureCount);
755
var indexParser = new IndexParser(_indicesKind == FeatureIndices.
ZeroBased
, _featureCount);
SvmLight\SvmLightLoaderSaverCatalog.cs (1)
40
SvmLightLoader.FeatureIndices.
ZeroBased
: SvmLightLoader.FeatureIndices.OneBased