Base:
method
Clone
Microsoft.ML.Trainers.FastTree.IntArray.Clone(Microsoft.ML.Trainers.FastTree.IntArrayBits, Microsoft.ML.Trainers.FastTree.IntArrayType)
1 reference to Clone
Microsoft.ML.FastTree (1)
Dataset\SparseIntArray.cs (1)
261DenseIntArray newValues = _values.Clone(bitsPerItem, IntArrayType.Dense) as DenseIntArray;