Menu
Soil SDKSoil SDKSoil SDKTutorialSoil LibrarySDK Reference
🌜
🌞
Soil SDKSoil SDKSoil SDK
  • Tutorial
  • Soil Library
  • SDK Reference
  • Tutorial
    • Get Started
    • Scripts
    • Data
    • Data Structures
    • Modules
    • Logging
    • Alerts
    • Deployments
  • SOIL Library
    • Reference
      • modules
        • experiment
        • modules.clustering
          • NBClustering
          • NBClustering_categorical
          • modules.clustering.SIDIWO
            • sidiwo
        • modules.preprocessing
          • modules.preprocessing.filters
            • row_filter
            • events_filter
        • modules.itemsets
          • frequent_itemsets_compare
          • frequent_itemsets_hypergraph
        • modules.higher_order
          • Predictor
        • modules.statistics
          • customstatistics
          • time_statistics
      • data_structures
        • NBClusters
        • hypergraph
        • frequent_itemsets
        • data_structure
        • data_structures.predefined
          • object_ds
          • pd_data_frame
          • dict
          • ndarray
          • list
        • data_structures.streams
          • patients
          • stream
  • SDK Reference
    • soil
      • soil.alerts
        • alerts
      • soil.connectors
        • elastic_search
      • soil.storage
        • base_storage
        • compound_storage
        • elasticsearch
        • object_storage
      • alias
      • api
      • configuration
      • data
      • data_structure
      • decorator
      • dictionary
      • finder
      • modulify
      • pipeline
      • task
      • types
      • utils

modules.experiment

Experiment Objects#

class Experiment()

Abstract class for experiments

do#

| do(*pargs)

Gets the inputs and returns the data for the Results

get_output_types#

| @staticmethod
| get_output_types(inputs, args)

Get the output types. Raises error if the experiment cannot handle the inputs

Edit this page
Previous
« Deployments
Next
modules.clustering.NBClustering »
  • Experiment Objects
Copyright © 2021 Amalfi Analytics