| Package | Description | 
|---|---|
| org.apache.ignite.ml.regressions.logistic.multiclass | 
 Contains multi-class logistic regression. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<K,V> LogRegressionMultiClassModel | 
LogRegressionMultiClassTrainer.fit(DatasetBuilder<K,V> datasetBuilder,
   IgniteBiFunction<K,V,Vector> featureExtractor,
   IgniteBiFunction<K,V,Double> lbExtractor)
Trains model based on the specified data. 
 | 
<K,V> LogRegressionMultiClassModel | 
LogRegressionMultiClassTrainer.updateModel(LogRegressionMultiClassModel newMdl,
           DatasetBuilder<K,V> datasetBuilder,
           IgniteBiFunction<K,V,Vector> featureExtractor,
           IgniteBiFunction<K,V,Double> lbExtractor)
Gets state of model in arguments, update in according to new data and return new model. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
LogRegressionMultiClassTrainer.checkState(LogRegressionMultiClassModel mdl) | 
<K,V> LogRegressionMultiClassModel | 
LogRegressionMultiClassTrainer.updateModel(LogRegressionMultiClassModel newMdl,
           DatasetBuilder<K,V> datasetBuilder,
           IgniteBiFunction<K,V,Vector> featureExtractor,
           IgniteBiFunction<K,V,Double> lbExtractor)
Gets state of model in arguments, update in according to new data and return new model. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<P> void | 
LogRegressionMultiClassModel.saveModel(Exporter<LogRegressionMultiClassModel,P> exporter,
         P path)
Save model by the given path. 
 | 
                                     
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                 Follow @ApacheIgnite                                                                                                                                                                                                                                                                                                                                                       
                                                                                                                                                                                                                     Ignite Database and Caching Platform                                                                                                                   :                                                               ver. 2.7.2                                                                                                                                                                                                                                                                                                                                    Release Date                                                                                                                   :                                                               February 6 2019