Package

ksb.csle.component.operator

analysis

Permalink

package analysis

Visibility
  1. Public
  2. All

Type Members

  1. class DLTrainOperator extends BaseGenericOperator[BatchOperatorInfo, Any]

    Permalink

    :: ApplicationDeveloperApi ::

    :: ApplicationDeveloperApi ::

    Operator that specifies path information for DL model and additional parameters to be used in the python code. modelPath will be passed as '--input' parameter to python code and additional parameters will be passed to key-value pairs with '--'.

  2. class RandomForestClassifierPredictOperator extends BaseDataOperator[StreamOperatorInfo, DataFrame]

    Permalink

    :: ApplicationDeveloperApi ::

    :: ApplicationDeveloperApi ::

    Operator that performs the prediction according to a given RandomForest classification model.

  3. class RandomForestClassifierTrainOperator extends BaseDataOperator[StreamOperatorInfo, DataFrame]

    Permalink

    :: ApplicationDeveloperApi ::

    :: ApplicationDeveloperApi ::

    Operator that trains RandomForest classification model in the given attributes.

  4. class SparkMLPredictOperator extends BaseGenericOperator[StreamOperatorInfo, DataFrame]

    Permalink

    :: ApplicationDeveloperApi ::

    :: ApplicationDeveloperApi ::

    Operator that performs predition with ML model in the given dataframe.

  5. class TensorflowPredictOperator extends BaseDataOperator[StreamOperatorInfo, DataFrame]

    Permalink

    :: ApplicationDeveloperApi ::

    :: ApplicationDeveloperApi ::

    Operator that performs the prediction according to a given tensorflow model.

Value Members

  1. object DLTrainOperator extends Logging with Serializable

    Permalink
  2. object SparkMLPredictOperator extends Logging with Serializable

    Permalink
  3. object TensorflowPredictOperator extends Serializable

    Permalink

Ungrouped