Uses of Enum Class
org.apache.sysds.lops.WeightedSquaredLoss.WeightsType
Packages that use WeightedSquaredLoss.WeightsType
Package
Description
-
Uses of WeightedSquaredLoss.WeightsType in org.apache.sysds.lops
Methods in org.apache.sysds.lops that return WeightedSquaredLoss.WeightsTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static WeightedSquaredLoss.WeightsType[]WeightedSquaredLoss.WeightsType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.sysds.lops with parameters of type WeightedSquaredLoss.WeightsTypeModifierConstructorDescriptionWeightedSquaredLoss(Lop input1, Lop input2, Lop input3, Lop input4, Types.DataType dt, Types.ValueType vt, WeightedSquaredLoss.WeightsType wt, Types.ExecType et) WeightedSquaredLossR(Lop input1, Lop input2, Lop input3, Lop input4, Types.DataType dt, Types.ValueType vt, WeightedSquaredLoss.WeightsType wt, boolean cacheU, boolean cacheV, Types.ExecType et) -
Uses of WeightedSquaredLoss.WeightsType in org.apache.sysds.runtime.matrix.data
Methods in org.apache.sysds.runtime.matrix.data with parameters of type WeightedSquaredLoss.WeightsTypeModifier and TypeMethodDescriptionstatic voidLibMatrixMult.matrixMultWSLoss(MatrixBlock mX, MatrixBlock mU, MatrixBlock mV, MatrixBlock mW, MatrixBlock ret, WeightedSquaredLoss.WeightsType wt) static voidLibMatrixMult.matrixMultWSLoss(MatrixBlock mX, MatrixBlock mU, MatrixBlock mV, MatrixBlock mW, MatrixBlock ret, WeightedSquaredLoss.WeightsType wt, int k) -
Uses of WeightedSquaredLoss.WeightsType in org.apache.sysds.runtime.matrix.operators
Fields in org.apache.sysds.runtime.matrix.operators declared as WeightedSquaredLoss.WeightsTypeConstructors in org.apache.sysds.runtime.matrix.operators with parameters of type WeightedSquaredLoss.WeightsType