Package

org.incal.spark_ml

models

Permalink

package models

Visibility
  1. Public
  2. All

Type Members

  1. case class ReservoirSpec(inputNodeNum: Int, bias: Double, nonBiasInitial: Double, reservoirNodeNum: ValueOrSeq[Int] = Left(None), reservoirInDegree: ValueOrSeq[Int] = Left(None), reservoirEdgesNum: ValueOrSeq[Int] = Left(None), reservoirInDegreeDistribution: Option[RandomDistribution[Integer]] = None, reservoirCircularInEdges: Option[Seq[Int]] = None, reservoirPreferentialAttachment: Boolean = false, reservoirBias: Boolean = false, reservoirAllowSelfEdges: Boolean = true, reservoirAllowMultiEdges: Boolean = false, inputReservoirConnectivity: ValueOrSeq[Double] = Left(None), weightDistribution: RandomDistribution[Double], reservoirSpectralRadius: ValueOrSeq[Double] = Left(None), reservoirFunctionType: ActivationFunctionType, reservoirFunctionParams: Seq[Double] = Nil, perNodeReservoirFunctionWithParams: Option[Stream[(ActivationFunctionType, Seq[Double])]] = None, washoutPeriod: ValueOrSeq[Int] = Left(None)) extends Product with Serializable

    Permalink
  2. case class TreeCore(maxDepth: ValueOrSeq[Int] = Left(None), maxBins: ValueOrSeq[Int] = Left(None), minInstancesPerNode: ValueOrSeq[Int] = Left(None), minInfoGain: ValueOrSeq[Double] = Left(None), seed: Option[Long] = None) extends Product with Serializable

    Permalink

Value Members

  1. object ValueOrSeq

    Permalink
  2. object VectorScalerType extends Enumeration

    Permalink
  3. package classification

    Permalink
  4. package clustering

    Permalink
  5. package regression

    Permalink
  6. package result

    Permalink
  7. package setting

    Permalink

Ungrouped