Computes the Logistic loss objective function in the batch processing mode.
More...
- Parameters
-
fptype | Data type to use in intermediate computations for the Logistic loss objective function, double or float |
method | The Logistic loss objective function computation method |
- Enumerations
- Method Computation methods for the Logistic loss objective function
- InputId Identifiers of input objects for the Logistic loss objective function
- objective_function.ResultId Result identifiers for the Logistic loss objective function
- References
-
- Aliases
Batch_Float64DefaultDense
is an alias of Batch(fptype=float64, method=daal.algorithms.optimization_solver.logistic_loss.defaultDense)
Batch_Float32DefaultDense
is an alias of Batch(fptype=float32, method=daal.algorithms.optimization_solver.logistic_loss.defaultDense)
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Main constructor
- Variant 2
Constructs an the Logistic loss objective function algorithm by copying input objects and parameters of another the Logistic loss objective function algorithm
- Parameters
-
other | An algorithm to be used as the source to initialize the input objects and parameters of the algorithm |
Allocates memory buffers needed for the computations
- Returns
- Status of computations
Returns a pointer to the newly allocated the Logistic loss objective function algorithm with a copy of input objects of this the Logistic loss objective function algorithm
- Returns
- Pointer to the newly allocated algorithm
def create |
( |
|
numberOfTerms | ) |
|
Creates the instance of the class
- Parameters
-
numberOfTerms | Constructor argument |
- Returns
- New instance of the class
Returns the method of the algorithm
- Returns
- Method of the algorithm
def parameter |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Gets parameter of the algorithm
- Returns
- parameter of the algorithm
- Variant 2
Gets parameter of the algorithm
- Returns
- parameter of the algorithm
The documentation for this class was generated from the following file: