Object

org.platanios.tensorflow.data

XCLoader

Related Doc: package data

Permalink

object XCLoader extends Loader

Loader for datasets obtained from the Extreme Classification Repository.

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

Type Members

  1. case class Data[TL[D <: DataType] <: TensorLike[D]](features: TL[FLOAT32], labels: TL[BOOLEAN]) extends Product with Serializable

    Permalink
  2. sealed trait DatasetType extends AnyRef

    Permalink
  3. case class LargeDataset[TL[D <: DataType] <: TensorLike[D]](datasetType: LargeDatasetType, data: SplitData[TL]) extends Product with Serializable

    Permalink
  4. sealed trait LargeDatasetType extends DatasetType

    Permalink
  5. case class SmallDataset[TL[D <: DataType] <: TensorLike[D]](datasetType: SmallDatasetType, data: Data[TL], splits: Seq[Split]) extends Product with Serializable

    Permalink
  6. sealed trait SmallDatasetType extends DatasetType

    Permalink
  7. case class Split(trainIndices: Seq[Int], testIndices: Seq[Int]) extends Product with Serializable

    Permalink
  8. case class SplitData[TL[D <: DataType] <: TensorLike[D]](trainData: Data[TL], testData: Data[TL]) extends Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object BIBTEX extends SmallDatasetType with Product with Serializable

    Permalink
  5. object DELICIOUS extends SmallDatasetType with Product with Serializable

    Permalink
  6. object EURLEX extends LargeDatasetType with Product with Serializable

    Permalink
  7. object MEDIAMILL extends SmallDatasetType with Product with Serializable

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def download(path: Path, url: String, bufferSize: Int = 8192): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Loader
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. val googleDriveConfirmTokenRegex: Regex

    Permalink
    Attributes
    protected
    Definition Classes
    Loader
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def labelPropensityScores(dataset: SmallDataset[Tensor]): Tensor[FLOAT32]

    Permalink
  19. def loadLargeDense(path: Path, datasetType: LargeDatasetType, bufferSize: Int = 8192): LargeDataset[Tensor]

    Permalink
  20. def loadLargeSparse(path: Path, datasetType: LargeDatasetType, bufferSize: Int = 8192): LargeDataset[SparseTensor]

    Permalink
  21. def loadSmallDense(path: Path, datasetType: SmallDatasetType, bufferSize: Int = 8192): SmallDataset[Tensor]

    Permalink
  22. def loadSmallSparse(path: Path, datasetType: SmallDatasetType, bufferSize: Int = 8192): SmallDataset[SparseTensor]

    Permalink
  23. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    XCLoaderLoader
  24. def maybeDownload(path: Path, url: String, bufferSize: Int = 8192): Boolean

    Permalink
    Definition Classes
    Loader
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Loader

Inherited from AnyRef

Inherited from Any

Ungrouped