Documentation of 'com.datumbox.framework.core.machinelearning.common.interfaces.PredictParallelizable' Java class
PredictParallelizable
com.datumbox.framework.core.machinelearning.common.interfaces

Interface PredictParallelizable

    • Method Detail

      • _predictRecord

        PredictParallelizable.Prediction _predictRecord(Record r)
        Takes a single record, makes a prediction using the model and returns the result wrapped in the Prediction tuple. The method assumes that the KnowledgeBase is be loaded.
        Parameters:
        r -
        Returns:
      • _predictDatasetParallel

        default void _predictDatasetParallel(Dataframe newData,
                                             java.util.Map<java.lang.Integer,PredictParallelizable.Prediction> resultsBuffer,
                                             ConcurrencyConfiguration concurrencyConfiguration)
        Estimates the predictions for a new Dataframe in a parallel way. We provide the Dataframe and an empty map which acts as a temporary buffer for storing the results before they are loaded in the dataframe.
        Parameters:
        newData -
        resultsBuffer -
        concurrencyConfiguration -
      • _predictDatasetParallel

        default void _predictDatasetParallel(Dataframe newData,
                                             StorageEngine storageEngine,
                                             ConcurrencyConfiguration concurrencyConfiguration)
        Estimates the predictions for a new Dataframe in a parallel way.
        Parameters:
        newData -
        storageEngine -
        concurrencyConfiguration -

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.