9 references to Defaults
Microsoft.ML.Data (9)
Transforms\ColumnSelecting.cs (8)
81
: this(env, keepColumns, null,
Defaults
.KeepHidden,
Defaults
.IgnoreMissing)
96
string[] dropColumns, bool keepHidden =
Defaults
.KeepHidden,
97
bool ignoreMissing =
Defaults
.IgnoreMissing)
218
public bool KeepHidden = ColumnSelectingEstimator.
Defaults
.KeepHidden;
221
public bool IgnoreMissing = ColumnSelectingEstimator.
Defaults
.IgnoreMissing;
225
bool keepHidden = ColumnSelectingEstimator.
Defaults
.KeepHidden, bool ignoreMissing = ColumnSelectingEstimator.
Defaults
.IgnoreMissing)
Transforms\ExtensionsCatalog.cs (1)
154
columnNames, null, keepHidden, ColumnSelectingEstimator.
Defaults
.IgnoreMissing);