|
Change Parameter Type updaterSupplier : IgniteSupplier<ParameterUpdater<? super M,P>> to updaterSupplier : IgniteSupplier<ParameterUpdateCalculator<M,P>> in method public withUpdater(updaterSupplier IgniteSupplier<ParameterUpdateCalculator<M,P>>) : LocalBatchTrainer in class org.apache.ignite.ml.nn.trainers.local.LocalBatchTrainer |
From |
To |
|
Change Parameter Type updaterSupplier : IgniteSupplier<ParameterUpdater<? super M,P>> to updaterSupplier : IgniteSupplier<ParameterUpdateCalculator<M,P>> in method public LocalBatchTrainer(loss IgniteFunction<Vector,IgniteDifferentiableVectorToDoubleFunction>, updaterSupplier IgniteSupplier<ParameterUpdateCalculator<M,P>>, errorThreshold double, maxIterations int) in class org.apache.ignite.ml.nn.trainers.local.LocalBatchTrainer |
From |
To |
|
Change Parameter Type updaterSupplier : IgniteSupplier<ParameterUpdater<? super MultilayerPerceptron,P>> to updaterSupplier : IgniteSupplier<ParameterUpdateCalculator<MultilayerPerceptron,P>> in method public MLPLocalBatchTrainer(loss IgniteFunction<Vector,IgniteDifferentiableVectorToDoubleFunction>, updaterSupplier IgniteSupplier<ParameterUpdateCalculator<MultilayerPerceptron,P>>, errorThreshold double, maxIterations int) in class org.apache.ignite.ml.nn.trainers.local.MLPLocalBatchTrainer |
From |
To |
|
Change Parameter Type updaterSupplier : IgniteSupplier<ParameterUpdater<? super MultilayerPerceptron,P>> to updaterSupplier : IgniteSupplier<ParameterUpdateCalculator<MultilayerPerceptron,P>> in method private xorTest(updaterSupplier IgniteSupplier<ParameterUpdateCalculator<MultilayerPerceptron,P>>) : void in class org.apache.ignite.ml.nn.MLPLocalTrainerTest |
From |
To |
|
Change Return Type RPropUpdaterParams to RPropParameterUpdate in method private setPrevIterationGradient(gradient Vector) : RPropParameterUpdate in class org.apache.ignite.ml.nn.updaters.RPropParameterUpdate |
From |
To |
|
Change Return Type NesterovUpdaterParams to NesterovParameterUpdate in method public setPreviousUpdates(updates Vector) : NesterovParameterUpdate in class org.apache.ignite.ml.nn.updaters.NesterovParameterUpdate |
From |
To |
|
Change Return Type MLPLocalBatchTrainer<RPropUpdaterParams> to MLPLocalBatchTrainer<RPropParameterUpdate> in method public getDefault() : MLPLocalBatchTrainer<RPropParameterUpdate> in class org.apache.ignite.ml.nn.trainers.local.MLPLocalBatchTrainer |
From |
To |
|
Change Return Type Vector to RPropParameterUpdate in method private setPrevIterationUpdates(updates Vector) : RPropParameterUpdate in class org.apache.ignite.ml.nn.updaters.RPropParameterUpdate |
From |
To |
|
Change Return Type RPropUpdaterParams to RPropParameterUpdate in method public setUpdatesMask(updatesMask Vector) : RPropParameterUpdate in class org.apache.ignite.ml.nn.updaters.RPropParameterUpdate |
From |
To |