![]() |
Matrix. OneHot Method |
Name | Description | |
---|---|---|
![]() ![]() | OneHot<T>(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.
|
![]() ![]() | 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.
|
![]() ![]() | OneHot<T>(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.
|
![]() ![]() | OneHot<T>(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.
|