JaggedOneHot Method |
Name | Description | |
---|---|---|
OneHotT(Boolean) |
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.
| |
OneHotT(Int32) |
Creates a matrix of one-hot vectors, where all values at each row are
zero except for the indicated indices, which is set to one.
| |
OneHot(Int32) |
Creates a matrix of one-hot vectors, where all values at each row are
zero except for the indicated indices, which is set to one.
| |
OneHotT(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.
| |
OneHot(Int32, Double) |
Creates a matrix of one-hot vectors, where all values at each row are
zero except for the indicated indices, which is set to one.
| |
OneHotT(Int32, Int32) |
Creates a matrix of one-hot vectors, where all values at each row are
zero except for the indicated indices, which is set to one.
| |
OneHot(Int32, Int32) |
Creates a matrix of one-hot vectors, where all values at each row are
zero except for the indicated indices, which is set to one.
| |
OneHotT(Int32, T) |
Creates a matrix of one-hot vectors, where all values at each row are
zero except for the indicated indices, which is set to one.
|