| 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 WeightedCrossEntropy.WCeMMType | WeightedCrossEntropy.WCeMMType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static WeightedCrossEntropy.WCeMMType[] | WeightedCrossEntropy.WCeMMType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| WeightedCrossEntropy(Lop input1,
                    Lop input2,
                    Lop input3,
                    Lop input4,
                    Types.DataType dt,
                    Types.ValueType vt,
                    WeightedCrossEntropy.WCeMMType wt,
                    Types.ExecType et) | 
| WeightedCrossEntropyR(Lop input1,
                     Lop input2,
                     Lop input3,
                     Lop input4,
                     Types.DataType dt,
                     Types.ValueType vt,
                     WeightedCrossEntropy.WCeMMType wt,
                     boolean cacheU,
                     boolean cacheV,
                     Types.ExecType et) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | LibMatrixMult. matrixMultWCeMM(MatrixBlock mW,
               MatrixBlock mU,
               MatrixBlock mV,
               double eps,
               MatrixBlock ret,
               WeightedCrossEntropy.WCeMMType wt) | 
| static void | LibMatrixMult. matrixMultWCeMM(MatrixBlock mW,
               MatrixBlock mU,
               MatrixBlock mV,
               double eps,
               MatrixBlock ret,
               WeightedCrossEntropy.WCeMMType wt,
               int k) | 
| Modifier and Type | Field and Description | 
|---|---|
| WeightedCrossEntropy.WCeMMType | QuaternaryOperator. wtype4 | 
| Constructor and Description | 
|---|
| QuaternaryOperator(WeightedCrossEntropy.WCeMMType wt)wcemm | 
| QuaternaryOperator(WeightedCrossEntropy.WCeMMType wt,
                  double epsilon)wcemm w/epsilon | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.