JaggedKHot Method |
Name | Description | |
---|---|---|
KHotT(Boolean) |
Creates a matrix of k-hot vectors, where all values at each row are
zero except for the ones in the positions where mask
are true, which are set to one.
| |
KHot(Boolean, Int32) |
Creates a matrix of k-hot vectors, where all values at each row are
zero except for the ones in the positions where mask
are true, which are set to one.
| |
KHotT(Boolean, T) |
Creates a matrix of one-hot vectors, where all values at each row are
zero except for the ones in the positions where mask
are true, which are set to one.
| |
KHot(Int32, Double) |
Creates a matrix of k-hot vectors, where all values at each row are
zero except for the indicated indices, which are set to one.
| |
KHotT(Int32, Int32) |
Creates a matrix of k-hot vectors, where all values at each row are
zero except for the indicated indices, which are set to one.
| |
KHot(Int32, Int32) |
Creates a matrix of k-hot vectors, where all values at each row are
zero except for the indicated indices, which are set to one.
| |
KHotT(Int32, T) |
Creates a matrix of k-hot vectors, where all values at each row are
zero except for the indicated indices, which are set to one.
|