We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The norm package has misc helpful methods for computing norms of vectors and normalizing them.
norm
It operates on raw slices of []float32 or []float64 for maximum generality, and skips over NaN values (missing data).
[]float32
[]float64
hc := dt.ColByName("Hidden").(*etensor.Float64) norm.Binarize64(hc.Values, .5, 1, 0)
There was an error while loading. Please reload this page.