Package

org.nspl

data

Permalink

package data

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. data
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait DataAdaptors extends DataTuples

    Permalink
  2. case class DataMatrix(rows: Array[Double], numCols: Int, numRows: Int) extends DataSource with Product with Serializable

    Permalink
  3. trait DataSource extends AnyRef

    Permalink

    Basic trait of all data sources.

    Basic trait of all data sources.

    Represents an iterator of fixed size records (rows).

  4. trait DataSourceWithQuantiles extends DataSource

    Permalink
  5. case class DataTable(rows: Array[Double], numCols: Int) extends DataSourceWithQuantiles with Product with Serializable

    Permalink
  6. trait DataTuples extends AnyRef

    Permalink
  7. case class HistogramData(bins: Map[(Double, Double, Double), Double], minX: Double, maxX: Double, maxY: Double, n: Int, lastBinUpperBound: Double) extends Product with Serializable

    Permalink
  8. trait MinMax extends AnyRef

    Permalink
  9. case class MinMaxImpl(min: Double, max: Double) extends MinMax with Product with Serializable

    Permalink
  10. trait Row extends AnyRef

    Permalink
  11. case class VectorRow(values: Vector[Double], label: String) extends Row with Product with Serializable

    Permalink

Value Members

  1. object HistogramData extends Serializable

    Permalink
  2. object KDE

    Permalink
  3. object contour

    Permalink
  4. def mean(s: Seq[Double]): Double

    Permalink
  5. def percentile(v: Seq[Double], percentiles: Seq[Double]): Seq[Double]

    Permalink

    Copyright (c) 2013 Saddle Development Team

    Copyright (c) 2013 Saddle Development Team

    Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

  6. def sampleVariance(s: Seq[Double]): Double

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped