ArgMax.ScriptCanvasNodeable.xml 742 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ScriptCanvas Include="Nodes/ArgMax.h" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <Class Name="ArgMax"
  4. QualifiedName="MachineLearning::ArgMax"
  5. PreferredClassName="ArgMax"
  6. Category="MachineLearning"
  7. Description="Reverses one-hot encoding by returning the index of the element from a VectorN with the largest magnitude.">
  8. <Input Name="In" DisplayGroup="In" Description="Parameters controlling the arg-max decoding">
  9. <Parameter Name="oneHot" Type="AZ::VectorN" Description="The one-hot vector to decode."/>
  10. <Return Name="argmax" Type="AZStd::size_t" Shared="true"/>
  11. </Input>
  12. </Class>
  13. </ScriptCanvas>