|
Rename Method protected filterFeatures(newData Dataframe) : void renamed to protected _transform(newData Dataframe) : void in class com.datumbox.framework.core.machinelearning.featureselection.scorebased.TFIDF |
From |
To |
|
Rename Method protected abstract filterFeatures(newdata Dataframe) : void renamed to protected abstract _transform(newdata Dataframe) : void in class com.datumbox.framework.core.machinelearning.common.abstracts.featureselectors.AbstractFeatureSelector |
From |
To |
|
Rename Method protected abstract _predictDataset(newData Dataframe) : void renamed to protected abstract _predict(newData Dataframe) : void in class com.datumbox.framework.core.machinelearning.common.abstracts.modelers.AbstractModeler |
From |
To |
|
Rename Method public load() : void renamed to public init() : void in class com.datumbox.framework.core.machinelearning.common.dataobjects.KnowledgeBase |
From |
To |
|
Rename Method protected _predictDataset(newData Dataframe) : void renamed to protected _predict(newData Dataframe) : void in class com.datumbox.framework.core.machinelearning.recommendersystem.CollaborativeFiltering |
From |
To |
|
Rename Method protected _predictDataset(newData Dataframe) : void renamed to protected _predict(newData Dataframe) : void in class com.datumbox.framework.core.machinelearning.topicmodeling.LatentDirichletAllocation |
From |
To |
|
Rename Method protected filterFeatures(newdata Dataframe) : void renamed to protected _transform(newdata Dataframe) : void in class com.datumbox.framework.core.machinelearning.common.abstracts.featureselectors.AbstractCategoricalFeatureSelector |
From |
To |
|
Rename Method protected filterFeatures(dataset Dataframe) : void renamed to protected _transform(dataset Dataframe) : void in class com.datumbox.framework.core.machinelearning.featureselection.continuous.PCA |
From |
To |
|
Rename Method protected _predictDataset(newData Dataframe) : void renamed to protected _predict(newData Dataframe) : void in class com.datumbox.framework.core.machinelearning.regression.StepwiseRegression |
From |
To |
|
Rename Method protected _predictDataset(newData Dataframe) : void renamed to protected _predict(newData Dataframe) : void in class com.datumbox.framework.core.machinelearning.regression.MatrixLinearRegression |
From |
To |
|
Rename Method protected _predictDataset(newData Dataframe) : void renamed to protected _predict(newData Dataframe) : void in class com.datumbox.framework.core.machinelearning.common.abstracts.algorithms.AbstractBoostingBagging |
From |
To |
|
Pull Up Method protected _predictDataset(newData Dataframe) : void from class com.datumbox.framework.core.machinelearning.clustering.HierarchicalAgglomerative to public _predictDatasetParallel(newData Dataframe, dbc DatabaseConnector, concurrencyConfig ConcurrencyConfiguration) : void from class com.datumbox.framework.core.machinelearning.common.interfaces.PredictParallelizable |
From |
To |
|
Pull Up Method protected _predictDataset(newData Dataframe) : void from class com.datumbox.framework.core.machinelearning.classification.MaximumEntropy to public _predictDatasetParallel(newData Dataframe, dbc DatabaseConnector, concurrencyConfig ConcurrencyConfiguration) : void from class com.datumbox.framework.core.machinelearning.common.interfaces.PredictParallelizable |
From |
To |
|
Pull Up Method protected _predictDataset(newData Dataframe) : void from class com.datumbox.framework.core.machinelearning.classification.OrdinalRegression to public _predictDatasetParallel(newData Dataframe, dbc DatabaseConnector, concurrencyConfig ConcurrencyConfiguration) : void from class com.datumbox.framework.core.machinelearning.common.interfaces.PredictParallelizable |
From |
To |
|
Pull Up Method protected _predictDataset(newData Dataframe) : void from class com.datumbox.framework.core.machinelearning.common.abstracts.algorithms.AbstractDPMM to public _predictDatasetParallel(newData Dataframe, dbc DatabaseConnector, concurrencyConfig ConcurrencyConfiguration) : void from class com.datumbox.framework.core.machinelearning.common.interfaces.PredictParallelizable |
From |
To |
|
Pull Up Method protected _predictDataset(newData Dataframe) : void from class com.datumbox.framework.core.machinelearning.regression.NLMS to public _predictDatasetParallel(newData Dataframe, dbc DatabaseConnector, concurrencyConfig ConcurrencyConfiguration) : void from class com.datumbox.framework.core.machinelearning.common.interfaces.PredictParallelizable |
From |
To |
|
Pull Up Method protected _predictDataset(newData Dataframe) : void from class com.datumbox.framework.core.machinelearning.classification.SupportVectorMachine to public _predictDatasetParallel(newData Dataframe, dbc DatabaseConnector, concurrencyConfig ConcurrencyConfiguration) : void from class com.datumbox.framework.core.machinelearning.common.interfaces.PredictParallelizable |
From |
To |
|
Pull Up Method protected _predictDataset(newData Dataframe) : void from class com.datumbox.framework.core.machinelearning.common.abstracts.algorithms.AbstractNaiveBayes to public _predictDatasetParallel(newData Dataframe, dbc DatabaseConnector, concurrencyConfig ConcurrencyConfiguration) : void from class com.datumbox.framework.core.machinelearning.common.interfaces.PredictParallelizable |
From |
To |
|
Pull Up Method protected _predictDataset(newData Dataframe) : void from class com.datumbox.framework.core.machinelearning.classification.SoftMaxRegression to public _predictDatasetParallel(newData Dataframe, dbc DatabaseConnector, concurrencyConfig ConcurrencyConfiguration) : void from class com.datumbox.framework.core.machinelearning.common.interfaces.PredictParallelizable |
From |
To |
|
Pull Up Method protected _predictDataset(newData Dataframe) : void from class com.datumbox.framework.core.machinelearning.clustering.Kmeans to public _predictDatasetParallel(newData Dataframe, dbc DatabaseConnector, concurrencyConfig ConcurrencyConfiguration) : void from class com.datumbox.framework.core.machinelearning.common.interfaces.PredictParallelizable |
From |
To |