Package

org.ada.server.runnables

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. class AddCsvDataSetImportsFromFolder extends InputFutureRunnableExt[AddCsvDataSetImportsFromFolderSpec]

    Permalink
  2. case class AddCsvDataSetImportsFromFolderSpec(folderPath: String, dataSpaceName: String, dataSetIdPrefix: String, dataSetNamePrefix: String, delimiter: String, storageType: models.StorageType.Value, batchSize: Option[Int]) extends Product with Serializable

    Permalink
  3. class CalcCorrelations extends InputFutureRunnableExt[CalcCorrelationsSpec]

    Permalink
  4. class CalcCorrelationsFromFile extends InputFutureRunnableExt[CalcCorrelationsFromFileSpec]

    Permalink
  5. case class CalcCorrelationsFromFileSpec(inputFileName: String, delimiter: Option[String], skipFirstColumns: Option[Int], streamParallelism: Option[Int], exportFileName: String) extends Product with Serializable

    Permalink
  6. case class CalcCorrelationsSpec(dataSetId: String, featuresNum: Option[Int], allFeaturesExcept: Seq[String], standardRepetitions: Int, streamRepetitions: Int, streamParallelism: Option[Int], streamWithProjection: Boolean, streamAreValuesAllDefined: Boolean, exportFileName: Option[String]) extends Product with Serializable

    Permalink
  7. class CalcEuclideanDistances extends InputFutureRunnableExt[CalcEuclideanDistancesSpec]

    Permalink
  8. class CalcEuclideanDistancesFromFile extends InputFutureRunnableExt[CalcEuclideanDistancesFromFileSpec] with CalculatorExecutors

    Permalink
  9. case class CalcEuclideanDistancesFromFileSpec(inputFileName: String, delimiter: Option[String], skipFirstColumns: Option[Int], streamParallelism: Option[Int], exportFileName: String) extends Product with Serializable

    Permalink
  10. case class CalcEuclideanDistancesSpec(dataSetId: String, featuresNum: Option[Int], allFeaturesExcept: Seq[String], standardRepetitions: Int, streamRepetitions: Int, streamParallelism: Option[Int], streamWithProjection: Boolean, streamAreValuesAllDefined: Boolean, exportFileName: Option[String]) extends Product with Serializable

    Permalink
  11. class CalcKMeansFromFile extends InputRunnableExt[CalcKMeansFromFileSpec] with CalcKMeansHelper

    Permalink
  12. case class CalcKMeansFromFileSpec(k: Int, maxIterations: Option[Int], useBisecting: Boolean, inputFileName: String, delimiter: Option[String], exportFileName: String, exportPlot: Boolean) extends Product with Serializable

    Permalink
  13. class CalcKMeansFromFolder extends InputRunnableExt[CalcKMeansFromFolderSpec] with CalcKMeansHelper

    Permalink
  14. case class CalcKMeansFromFolderSpec(k: Int, maxIterations: Option[Int], useBisecting: Boolean, inputFolderName: String, extension: String, delimiter: Option[String], exportFolderName: String, exportPlot: Boolean) extends Product with Serializable

    Permalink
  15. trait CalcKMeansHelper extends AnyRef

    Permalink
  16. class CalcMatthewsBinaryClassCorrelations extends InputFutureRunnableExt[CalcMatthewsBinaryClassCorrelationsSpec] with CalculatorExecutors

    Permalink
  17. case class CalcMatthewsBinaryClassCorrelationsSpec(dataSetId: String, parallelism: Int, delimiter: Option[String], exportFileName: String) extends Product with Serializable

    Permalink
  18. class CalcMeanAbsCorrelationsFromFile extends InputFutureRunnableExt[CalcMeanAbsCorrelationsFromFileSpec] with CalculatorExecutors

    Permalink
  19. case class CalcMeanAbsCorrelationsFromFileSpec(correlationsInputFileName: String, delimiter: Option[String], exportFileName: String) extends Product with Serializable

    Permalink
  20. class CalcMetricMDSFromFile extends InputFutureRunnableExt[CalcMetricMDSFromFileSpec]

    Permalink
  21. case class CalcMetricMDSFromFileSpec(inputFileName: String, delimiter: Option[String], dims: Int, scaleByEigenValues: Boolean, exportFileName: String) extends Product with Serializable

    Permalink
  22. class CalcTSNEProjectionForRows extends InputFutureRunnableExt[CalcTSNEProjectionForRowsSpec]

    Permalink
  23. case class CalcTSNEProjectionForRowsSpec(dataSetId: String, featuresNum: Option[Int], allFeaturesExcept: Seq[String], idLabelFieldName: String, dims: Int, iterations: Option[Int], perplexity: Option[Double], theta: Option[Double], pcaDims: Option[Int], repetitions: Int, exportFileName: Option[String], plotExportFileName: Option[String]) extends Product with Serializable

    Permalink
  24. class CalcTSNEProjectionFromFile extends InputFutureRunnableExt[CalcTSNEProjectionFromFileSpec]

    Permalink
  25. case class CalcTSNEProjectionFromFileSpec(inputFileName: String, delimiter: Option[String], dims: Int, iterations: Seq[Int], perplexities: Seq[Double], thetas: Seq[Double], pcaDims: Option[Int], isColumnBased: Boolean, exportFileName: String, exportPlot: Boolean) extends Product with Serializable

    Permalink
  26. class CalcVariancesFromFile extends InputFutureRunnableExt[CalcVariancesFromFileSpec] with CalculatorExecutors

    Permalink
  27. case class CalcVariancesFromFileSpec(inputFileName: String, delimiter: Option[String], skipFirstColumns: Option[Int], streamParallelism: Option[Int], exportFileName: String) extends Product with Serializable

    Permalink
  28. class CalculateMultipleVariances extends InputFutureRunnableExt[CalculateMultipleVariancesSpec] with CalculatorExecutors

    Permalink
  29. case class CalculateMultipleVariancesSpec(dataSetId: String, fieldNames: Seq[String], exportFileName: String, exportDelimiter: String) extends Product with Serializable

    Permalink
  30. class Calculator extends InputRunnableExt[CalculatorSpec] with RunnableHtmlOutput

    Permalink
  31. case class CalculatorSpec(a: Double, operator: Operator.Value, b: Double) extends Product with Serializable

    Permalink
  32. class ChangeFieldNames extends InputFutureRunnableExt[ChangeFieldNamesSpec]

    Permalink
  33. case class ChangeFieldNamesSpec(sourceDataSetId: String, oldFieldNames: Seq[String], newFieldNames: Seq[String], resultDataSetSpec: ResultDataSetSpec, streamSpec: StreamSpec) extends Product with Serializable

    Permalink
  34. class ClassifyRCResults extends InputFutureRunnableExt[ClassifyRCResultsSpec]

    Permalink
  35. case class ClassifyRCResultsSpec(resultsDataSetId: Option[String], rcWeightDataSetIdPrefix: Option[String], rcWeightDataSetIdSuffixFrom: Option[Int], rcWeightDataSetIdSuffixTo: Option[Int], mlModelId: BSONObjectID, outputFieldName: String, filterName: Option[String], replicationFilterId: Option[BSONObjectID], learningSetting: ClassificationLearningSetting) extends Product with Serializable

    Permalink
  36. class CompareAllValuesInTwoDataSets extends InputFutureRunnableExt[CompareAllValuesInTwoDataSetsSpec]

    Permalink
  37. case class CompareAllValuesInTwoDataSetsSpec(dataSetId1: String, storageType1: models.StorageType.Value, dataSetId2: String, storageType2: models.StorageType.Value, keyFieldName: String, fieldsNum: Option[Int], fieldsSkip: Option[Int]) extends Product with Serializable

    Permalink
  38. class CompareFieldNames extends InputFutureRunnableExt[CompareFieldNamesSpec]

    Permalink
  39. case class CompareFieldNamesSpec(dataSetIds: Seq[String]) extends Product with Serializable

    Permalink
  40. class CopyElasticDataSet extends InputFutureRunnableExt[CopyElasticDataSetSpec]

    Permalink
  41. case class CopyElasticDataSetSpec(sourceDataSetId: String, targetDataSetId: String, targetDataSetExcludeIdMapping: Boolean, fieldDataSetId: String, refreshPolicy: incal.access.elastic.RefreshPolicy.Value, streamSpec: StreamSpec, scrollBatchSize: Int) extends Product with Serializable

    Permalink
  42. class CopyRecord extends DsaInputFutureRunnable[RecordSpec]

    Permalink
  43. class CopyToNewStorage extends InputFutureRunnableExt[CopyToNewStorageSpec]

    Permalink
  44. case class CopyToNewStorageSpec(dataSetId: String, groupSize: Int, parallelism: Int, backpressureBufferSize: Int, saveDeltaOnly: Boolean, targetStorageType: models.StorageType.Value) extends Product with Serializable

    Permalink
  45. class CountDistinct extends DsaInputFutureRunnable[CountDistinctSpec] with RunnableHtmlOutput

    Permalink
  46. case class CountDistinctSpec(dataSetId: String, fieldNames: Seq[String]) extends Product with Serializable

    Permalink
  47. class CreateDefaultMainView extends DsaInputFutureRunnable[CreateDefaultMainViewSpec]

    Permalink
  48. case class CreateDefaultMainViewSpec(dataSetId: String, doubleDecimalPlaces: Option[Int], defaultElementGridWidth: Int, distributionWidgetGridWidth: Option[Int], boxWidgetGridWidth: Option[Int], correlationWidgetGridWidth: Option[Int], scatterWidgetGridWidth: Option[Int]) extends Product with Serializable

    Permalink
  49. class DeleteRecord extends DsaInputFutureRunnable[RecordSpec]

    Permalink
  50. class DropExtraMiliSecsPoints extends DsaInputFutureRunnable[DropExtraMiliSecsPointsSpec]

    Permalink
  51. case class DropExtraMiliSecsPointsSpec(dataSetId: String, fieldName: String, batchSize: Int) extends Product with Serializable

    Permalink
  52. class DropFields extends InputFutureRunnableExt[DropFieldsTransformation]

    Permalink
  53. class ExportDataSetsForSpaceAsCsvs extends InputFutureRunnableExt[ExportDataSetsForSpaceAsCsvsSpec]

    Permalink
  54. case class ExportDataSetsForSpaceAsCsvsSpec(dataSpaceId: BSONObjectID, delimiter: String, exportFolder: String) extends Product with Serializable

    Permalink
  55. class FindDuplicates extends DsaInputFutureRunnable[FindDuplicatesSpec]

    Permalink
  56. case class FindDuplicatesSpec(dataSetId: String, fieldNames: Seq[String]) extends Product with Serializable

    Permalink
  57. class FlattenJsonFile extends InputRunnableExt[FlattenJsonFileSpec]

    Permalink
  58. case class FlattenJsonFileSpec(fileName: String, nestedFieldDelimiter: Option[String]) extends Product with Serializable

    Permalink
  59. class ImputeOrderedGroupValuesFromPrevious extends InputFutureRunnableExt[ImputeOrderedGroupValuesFromPreviousSpec]

    Permalink
  60. case class ImputeOrderedGroupValuesFromPreviousSpec(sourceDataSetId: String, derivedDataSetSpec: ResultDataSetSpec, groupIdFieldName: String, orderFieldName: String, enumOrderedStringValues: Seq[String], streamSpec: StreamSpec) extends Product with Serializable

    Permalink
  61. class LinkTwoDataSets extends InputFutureRunnableExt[LinkTwoDataSetsTransformation]

    Permalink
  62. class List08ElasticDataSetsToMigrate extends FutureRunnable with List08ElasticDataSetsToMigrateHelper with RunnableHtmlOutput

    Permalink
  63. trait List08ElasticDataSetsToMigrateHelper extends AnyRef

    Permalink
  64. class MatchGroupsWithConfounders extends InputFutureRunnableExt[MatchGroupsWithConfoundersTransformation]

    Permalink
  65. class MoveDataSets extends InputFutureRunnableExt[MoveDataSetsSpec]

    Permalink
  66. case class MoveDataSetsSpec(newDataSpaceId: BSONObjectID, dataSetId: String, suffixFrom: Option[Int], suffixTo: Option[Int]) extends Product with Serializable

    Permalink
  67. case class PersonIterativeAccumGlobalFuture(sumSqSums: Seq[(Double, Double)], pSumsWithIndeces: Seq[Future[(Seq[Seq[Double]], Int)]], count: Int) extends Product with Serializable

    Permalink
  68. case class PersonIterativeAccumGlobalParallel(sumSqSums: Seq[(Double, Double)], pSumsWithIndeces: ParArray[(Seq[Seq[Double]], Int)], count: Int) extends Product with Serializable

    Permalink
  69. case class RecordSpec(dataSetId: String, recordId: BSONObjectID) extends Product with Serializable

    Permalink
  70. class Reindex08ElasticDataSetsForDataSpace extends InputFutureRunnableExt[ReindexElasticDataSetsForDataSpaceSpec] with List08ElasticDataSetsToMigrateHelper with RunnableHtmlOutput

    Permalink
  71. class ReindexAll08ElasticDataSets extends InputFutureRunnableExt[ReindexAll08ElasticDataSetsSpec] with List08ElasticDataSetsToMigrateHelper with RunnableHtmlOutput

    Permalink
  72. case class ReindexAll08ElasticDataSetsSpec(saveBatchSize: Int, scrollBatchSize: Int, mappingsLimit: Option[Int]) extends Product with Serializable

    Permalink
  73. class ReindexElasticDataSet extends InputFutureRunnableExt[ReindexElasticDataSetSpec] with RunnableHtmlOutput

    Permalink
  74. case class ReindexElasticDataSetSpec(dataSetId: String, refreshPolicy: incal.access.elastic.RefreshPolicy.Value, streamSpec: StreamSpec, scrollBatchSize: Int) extends Product with Serializable

    Permalink
  75. class ReindexElasticDataSetWithCopying extends InputFutureRunnableExt[ReindexElasticDataSetWithCopyingSpec]

    Permalink
  76. case class ReindexElasticDataSetWithCopyingSpec(dataSetId: String, refreshPolicy: incal.access.elastic.RefreshPolicy.Value, streamSpec: StreamSpec, scrollBatchSize: Int) extends Product with Serializable

    Permalink
  77. case class ReindexElasticDataSetsForDataSpaceSpec(dataSpaceId: BSONObjectID, saveBatchSize: Int, scrollBatchSize: Int, mappingsLimit: Option[Int]) extends Product with Serializable

    Permalink
  78. class RemoveClassificationBinCurves extends InputFutureRunnableExt[RemoveClassificationBinCurvesSpec]

    Permalink
  79. case class RemoveClassificationBinCurvesSpec(dataSetId: String) extends Product with Serializable

    Permalink
  80. class RemoveDuplicates extends DsaInputFutureRunnable[RemoveDuplicatesSpec]

    Permalink
  81. case class RemoveDuplicatesSpec(dataSetId: String, fieldNames: Seq[String]) extends Product with Serializable

    Permalink
  82. class RemoveQuotes extends InputFutureRunnableExt[RemoveQuotesSpec]

    Permalink
  83. case class RemoveQuotesSpec(dataSetId: String, fieldName: String, batchSize: Int) extends Product with Serializable

    Permalink
  84. class RemoveUnreferencedFilters extends InputFutureRunnableExt[RemoveUnreferencedFiltersSpec]

    Permalink
  85. case class RemoveUnreferencedFiltersSpec(dataSetId: String) extends Product with Serializable

    Permalink
  86. class ReplaceCommaWithDot extends InputFutureRunnableExt[ReplaceCommaWithDotSpec]

    Permalink
  87. case class ReplaceCommaWithDotSpec(dataSetId: String, fieldName: String, batchSize: Int) extends Product with Serializable

    Permalink
  88. class ReplaceDotWithUnderScoreInLabels extends DsaInputFutureRunnable[ReplaceDotWithUnderScoreInLabelsSpec]

    Permalink
  89. case class ReplaceDotWithUnderScoreInLabelsSpec(dataSetId: String) extends Product with Serializable

    Permalink
  90. class ReplaceNumber extends DsaInputFutureRunnable[ReplaceNumberSpec]

    Permalink
  91. case class ReplaceNumberSpec(dataSetId: String, fieldName: String, from: Double, to: Double, updateStreamSpec: StreamSpec) extends Product with Serializable

    Permalink
  92. class ReplaceNumericValuesWithNull extends DsaInputFutureRunnable[ReplaceNumericValuesWithNullSpec]

    Permalink
  93. case class ReplaceNumericValuesWithNullSpec(dataSetId: String, valueToReplace: Double, processingBatchSize: Int, parallelism: Int, backpressureBufferSize: Int) extends Product with Serializable

    Permalink
  94. class ReplaceString extends DsaInputFutureRunnable[ReplaceStringSpec]

    Permalink
  95. case class ReplaceStringSpec(dataSetId: String, fieldName: String, batchSize: Int, from: String, to: String) extends Product with Serializable

    Permalink
  96. class ReplaceZeroWithNull extends DsaInputFutureRunnable[ReplaceZeroWithNullSpec]

    Permalink
  97. case class ReplaceZeroWithNullSpec(dataSetId: String, fieldName: String, batchSize: Int) extends Product with Serializable

    Permalink
  98. class RunIndependenceTestForDataSpace extends InputFutureRunnableExt[RunIndependenceTestForDataSpaceSpec]

    Permalink
  99. case class RunIndependenceTestForDataSpaceSpec(dataSpaceId: BSONObjectID, inputFieldName: String, targetFieldName: String, exportFileName: String, exportDelimiter: String) extends Product with Serializable

    Permalink
  100. class RunIndependenceTestForMultipleTargets extends InputFutureRunnableExt[RunIndependenceTestForMultipleTargetsSpec]

    Permalink
  101. case class RunIndependenceTestForMultipleTargetsSpec(dataSetId: String, inputFieldNames: Seq[String], targetFieldNames: Seq[String], exportFileName: String, exportDelimiter: String) extends Product with Serializable

    Permalink
  102. class RunRowTimeSeriesDLRegression extends InputFutureRunnableExt[RunRowTimeSeriesDLRegressionSpec] with TimeSeriesResultsHelper

    Permalink
  103. case class RunRowTimeSeriesDLRegressionSpec(dataSetId: String, ioSpec: TemporalGroupIOSpec, mlModelId: BSONObjectID, learningSetting: TemporalRegressionLearningSetting) extends Product with Serializable

    Permalink
  104. class RunRowTimeSeriesRCRegression extends InputFutureRunnableExt[RunRowTimeSeriesRCRegressionSpec] with TimeSeriesResultsHelper

    Permalink
  105. case class RunRowTimeSeriesRCRegressionSpec(dataSetId: String, inputFieldNames: Seq[String], outputFieldName: String, orderFieldName: String, orderedStringValues: Seq[String], criterionFieldName: String, criterionStringValue: String, predictAhead: Int, mlModelId: BSONObjectID, windowSize: Option[Int], reservoirNodeNum: ValueOrSeq[Int] = Left(None), reservoirInDegree: ValueOrSeq[Int] = Left(None), reservoirEdgesNum: ValueOrSeq[Int] = Left(None), reservoirPreferentialAttachment: Boolean = false, reservoirBias: Boolean = false, reservoirCircularInEdges: Option[Seq[Int]] = None, inputReservoirConnectivity: ValueOrSeq[Double] = Left(None), reservoirSpectralRadius: ValueOrSeq[Double] = Left(None), reservoirFunctionType: ActivationFunctionType, reservoirFunctionParams: Seq[Double] = Nil, washoutPeriod: ValueOrSeq[Int] = Left(None), learningSetting: RegressionLearningSetting, minCrossValidationTrainingSizeRatio: Option[Double], trainingTestSplitOrderValue: Option[Double]) extends Product with Serializable

    Permalink
  106. class RunTimeSeriesDLRegression extends InputFutureRunnableExt[RunTimeSeriesDLRegressionSpec] with TimeSeriesResultsHelper

    Permalink
  107. case class RunTimeSeriesDLRegressionSpec(dataSetId: String, itemId: BSONObjectID, ioSpec: IOJsonTimeSeriesSpec, mlModelId: BSONObjectID, learningSetting: TemporalRegressionLearningSetting, replicationItemId: Option[BSONObjectID]) extends Product with Serializable

    Permalink
  108. class RunTimeSeriesRCRegression extends InputFutureRunnableExt[RunTimeSeriesRCRegressionSpec] with TimeSeriesResultsHelper

    Permalink
  109. case class RunTimeSeriesRCRegressionSpec(dataSetId: String, itemId: BSONObjectID, ioSpec: IOJsonTimeSeriesSpec, predictAhead: Int, mlModelId: BSONObjectID, windowSize: Option[Int], reservoirNodeNum: ValueOrSeq[Int] = Left(None), reservoirInDegree: ValueOrSeq[Int] = Left(None), reservoirEdgesNum: ValueOrSeq[Int] = Left(None), reservoirPreferentialAttachment: Boolean = false, reservoirBias: Boolean = false, reservoirCircularInEdges: Option[Seq[Int]] = None, inputReservoirConnectivity: ValueOrSeq[Double] = Left(None), reservoirSpectralRadius: ValueOrSeq[Double] = Left(None), reservoirFunctionType: ActivationFunctionType, reservoirFunctionParams: Seq[Double] = Nil, washoutPeriod: ValueOrSeq[Int] = Left(None), crossValidationFolds: Option[Int], crossValidationMinTrainingSizeRatio: Option[Double], crossValidationEvalMetric: Option[incal.spark_ml.models.regression.RegressionEvalMetric.Value], learningSetting: RegressionLearningSetting, minCrossValidationTrainingSizeRatio: Option[Double], trainingTestSplitOrderValue: Option[Double], replicationItemId: Option[BSONObjectID]) extends Product with Serializable

    Permalink
  110. class SelfLink extends InputFutureRunnableExt[SelfLinkSpec]

    Permalink
  111. class ShowDataSetIdsOfSpace extends InputFutureRunnableExt[ShowDataSetIdsOfSpaceSpec]

    Permalink
  112. case class ShowDataSetIdsOfSpaceSpec(dataSpaceId: String) extends Product with Serializable

    Permalink
  113. class StandardizeDataFromFile extends InputFutureRunnableExt[StandardizeDataFromFileSpec]

    Permalink
  114. case class StandardizeDataFromFileSpec(inputFileName: String, delimiter: Option[String], skipFirstColumns: Option[Int], useSampleStd: Boolean, exportFileName: String) extends Product with Serializable

    Permalink
  115. trait TimeSeriesResultsHelper extends AnyRef

    Permalink
  116. class TranslateNewDataSet extends InputFutureRunnableExt[TranslateNewDataSetSpec]

    Permalink
  117. case class TranslateNewDataSetSpec(originalDataSetId: String, newDataSetId: String, newDataSetName: String, storageType: models.StorageType.Value, saveBatchSize: Option[Int]) extends Product with Serializable

    Permalink
  118. class VerifyIfDuplicatesAreSame extends DsaInputFutureRunnable[VerifyIfDuplicatesAreSameSpec]

    Permalink
  119. case class VerifyIfDuplicatesAreSameSpec(dataSetId: String, keyFieldNames: Seq[String], compareFieldNamesToExclude: Seq[String]) extends Product with Serializable

    Permalink

Value Members

  1. object CalcUtil

    Permalink
  2. object CheckCorrelationAcumCalc extends App

    Permalink
  3. object FeatureMatrixIO

    Permalink
  4. object Operator extends Enumeration

    Permalink

Ungrouped