Package

com.simiacryptus.mindseye

dataframes

Permalink

package dataframes

Visibility
  1. Public
  2. All

Type Members

  1. class CategorizingModelingStrategy extends RDDModelingStrategy

    Permalink
  2. abstract class CovType_Trainer extends Trainer

    Permalink
  3. final case class DataframeModeler(strategy: ModelingStrategy, path: String = "", ctx: ModelingData = new ModelingData) extends Logging with Product with Serializable

    Permalink
  4. case class LayerID(layerId: String, layerName: String, layerClass: String) extends Product with Serializable

    Permalink
  5. class LocalModelingStrategy extends ModelingStrategy

    Permalink
  6. final class ModelingData extends Serializable

    Permalink
  7. abstract class ModelingStrategy extends Logging with Serializable

    Permalink
  8. class RDDModelingStrategy extends ModelingStrategy

    Permalink
  9. abstract class Trainer extends SerializableFunction[NotebookOutput, AnyRef] with Logging with SparkSessionProvider with InteractiveSetup[AnyRef]

    Permalink

Value Members

  1. object CovType_Trainer_EC2 extends CovType_Trainer with EC2SparkRunner[AnyRef] with AWSNotebookRunner[AnyRef]

    Permalink
  2. object CovType_Trainer_Embedded extends CovType_Trainer with EmbeddedSparkRunner[AnyRef] with NotebookRunner[AnyRef]

    Permalink
  3. object CovType_Trainer_Local extends CovType_Trainer with LocalRunner[AnyRef] with NotebookRunner[AnyRef]

    Permalink
  4. object DataUtil extends Logging

    Permalink
  5. object DataframeModeler extends Serializable

    Permalink

Ungrouped