Uses of Class
org.dmg.pmml.Matrix.Kind
-
Packages that use Matrix.Kind Package Description org.dmg.pmml -
-
Uses of Matrix.Kind in org.dmg.pmml
Methods in org.dmg.pmml that return Matrix.Kind Modifier and Type Method Description static Matrix.KindMatrix.Kind. fromValue(java.lang.String v)Matrix.KindMatrix. getKind()static Matrix.KindMatrix.Kind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Matrix.Kind[]Matrix.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dmg.pmml with parameters of type Matrix.Kind Modifier and Type Method Description MatrixMatrix. setKind(Matrix.Kind kind)
-