|
Change Return Type SVMLinearClassificationModel to SVMLinearBinaryClassificationModel in method public withWeights(weights Vector) : SVMLinearBinaryClassificationModel in class org.apache.ignite.ml.svm.SVMLinearBinaryClassificationModel |
From |
To |
|
Change Return Type SVMLinearClassificationModel to SVMLinearBinaryClassificationModel in method public withRawLabels(isKeepingRawLabels boolean) : SVMLinearBinaryClassificationModel in class org.apache.ignite.ml.svm.SVMLinearBinaryClassificationModel |
From |
To |
|
Change Return Type SVMLinearClassificationModel to SVMLinearBinaryClassificationModel in method public withThreshold(threshold double) : SVMLinearBinaryClassificationModel in class org.apache.ignite.ml.svm.SVMLinearBinaryClassificationModel |
From |
To |
|
Change Return Type SVMLinearClassificationModel to SVMLinearBinaryClassificationModel in method public train(data LabeledDataset) : SVMLinearBinaryClassificationModel in class org.apache.ignite.ml.svm.SVMLinearBinaryClassificationTrainer |
From |
To |
|
Change Return Type SVMLinearClassificationModel to SVMLinearBinaryClassificationModel in method public withIntercept(intercept double) : SVMLinearBinaryClassificationModel in class org.apache.ignite.ml.svm.SVMLinearBinaryClassificationModel |
From |
To |
|
Change Variable Type trainer : Trainer<SVMLinearClassificationModel,LabeledDataset> to trainer : Trainer<SVMLinearBinaryClassificationModel,LabeledDataset> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.svm.SVMBinaryClassificationExample |
From |
To |
|
Change Variable Type mdl : SVMLinearClassificationModel to mdl : SVMLinearBinaryClassificationModel in method public testPredictWithErasedLabels() : void in class org.apache.ignite.ml.svm.SVMModelTest |
From |
To |
|
Change Variable Type mdl : SVMLinearClassificationModel to mdl : SVMLinearBinaryClassificationModel in method public equals(o Object) : boolean in class org.apache.ignite.ml.svm.SVMLinearBinaryClassificationModel |
From |
To |
|
Change Variable Type mdl : SVMLinearClassificationModel to mdl : SVMLinearBinaryClassificationModel in method public testPredictWithErasedLabelsAndChangedThreshold() : void in class org.apache.ignite.ml.svm.SVMModelTest |
From |
To |
|
Change Variable Type mdl : SVMLinearClassificationModel to mdl : SVMLinearBinaryClassificationModel in method public importExportSVMBinaryClassificationModelTest() : void in class org.apache.ignite.ml.LocalModelsTest |
From |
To |
|
Change Variable Type mdl : SVMLinearClassificationModel to mdl : SVMLinearBinaryClassificationModel in method public main(args String[]) : void in class org.apache.ignite.examples.ml.svm.SVMBinaryClassificationExample |
From |
To |
|
Change Variable Type load : SVMLinearClassificationModel to load : SVMLinearBinaryClassificationModel in method public importExportSVMBinaryClassificationModelTest() : void in class org.apache.ignite.ml.LocalModelsTest |
From |
To |
|
Change Variable Type exporter : Exporter<SVMLinearClassificationModel,String> to exporter : Exporter<SVMLinearBinaryClassificationModel,String> in method public importExportSVMBinaryClassificationModelTest() : void in class org.apache.ignite.ml.LocalModelsTest |
From |
To |
|
Change Variable Type mdl : SVMLinearClassificationModel to mdl : SVMLinearBinaryClassificationModel in method public testTrainWithTheLinearlySeparableCase() : void in class org.apache.ignite.ml.svm.binary.GenericLinearSVMBinaryClassificationTrainerTest |
From |
To |
|
Change Variable Type mdl : SVMLinearClassificationModel to mdl : SVMLinearBinaryClassificationModel in method public testPredictOnAnObservationWithWrongCardinality() : void in class org.apache.ignite.ml.svm.SVMModelTest |
From |
To |
|
Change Variable Type mdl : SVMLinearClassificationModel to mdl : SVMLinearBinaryClassificationModel in method public testTrainWithTheLinearlySeparableCase100() : void in class org.apache.ignite.ml.svm.binary.GenericLinearSVMBinaryClassificationTrainerTest |
From |
To |
|
Change Variable Type mdl : SVMLinearClassificationModel to mdl : SVMLinearBinaryClassificationModel in method public testPredictWithRawLabels() : void in class org.apache.ignite.ml.svm.SVMModelTest |
From |
To |
|
Change Variable Type mdl : SVMLinearClassificationModel to mdl : SVMLinearBinaryClassificationModel in method public testTrainWithTheLinearlySeparableCase10() : void in class org.apache.ignite.ml.svm.binary.GenericLinearSVMBinaryClassificationTrainerTest |
From |
To |