| Package | Description | 
|---|---|
| org.apache.sysds.lops | |
| org.apache.sysds.runtime.matrix.data | |
| org.apache.sysds.runtime.matrix.operators | 
| Modifier and Type | Method and Description | 
|---|---|
| static WeightedSquaredLoss.WeightsType | WeightedSquaredLoss.WeightsType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static WeightedSquaredLoss.WeightsType[] | WeightedSquaredLoss.WeightsType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| WeightedSquaredLoss(Lop input1,
                   Lop input2,
                   Lop input3,
                   Lop input4,
                   Types.DataType dt,
                   Types.ValueType vt,
                   WeightedSquaredLoss.WeightsType wt,
                   LopProperties.ExecType et) | 
| WeightedSquaredLossR(Lop input1,
                    Lop input2,
                    Lop input3,
                    Lop input4,
                    Types.DataType dt,
                    Types.ValueType vt,
                    WeightedSquaredLoss.WeightsType wt,
                    boolean cacheU,
                    boolean cacheV,
                    LopProperties.ExecType et) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | LibMatrixMult. matrixMultWSLoss(MatrixBlock mX,
                MatrixBlock mU,
                MatrixBlock mV,
                MatrixBlock mW,
                MatrixBlock ret,
                WeightedSquaredLoss.WeightsType wt) | 
| static void | LibMatrixMult. matrixMultWSLoss(MatrixBlock mX,
                MatrixBlock mU,
                MatrixBlock mV,
                MatrixBlock mW,
                MatrixBlock ret,
                WeightedSquaredLoss.WeightsType wt,
                int k) | 
| Modifier and Type | Field and Description | 
|---|---|
| WeightedSquaredLoss.WeightsType | QuaternaryOperator. wtype1 | 
| Constructor and Description | 
|---|
| QuaternaryOperator(WeightedSquaredLoss.WeightsType wt)wsloss | 
Copyright © 2020 The Apache Software Foundation. All rights reserved.