object XCLoader extends Loader
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- XCLoader
- Loader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Data[TL[A] <: TensorLike[A]](features: TL[Float], labels: TL[Boolean]) extends Product with Serializable
- sealed trait DatasetType extends AnyRef
- case class LargeDataset[TL[A] <: TensorLike[A]](datasetType: LargeDatasetType, data: SplitData[TL]) extends Product with Serializable
- sealed trait LargeDatasetType extends DatasetType
- case class SmallDataset[TL[A] <: TensorLike[A]](datasetType: SmallDatasetType, data: Data[TL], splits: Seq[Split]) extends Product with Serializable
- sealed trait SmallDatasetType extends DatasetType
- case class Split(trainIndices: Seq[Int], testIndices: Seq[Int]) extends Product with Serializable
- case class SplitData[TL[A] <: TensorLike[A]](trainData: Data[TL], testData: Data[TL]) extends Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def download(path: Path, url: String, bufferSize: Int = 8192): Unit
- Attributes
- protected
- Definition Classes
- Loader
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val googleDriveConfirmTokenRegex: Regex
- Attributes
- protected
- Definition Classes
- Loader
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def labelPropensityScores(dataset: SmallDataset[Tensor]): Tensor[Float]
- def loadLargeDense(path: Path, datasetType: LargeDatasetType, bufferSize: Int = 8192): LargeDataset[Tensor]
- def loadLargeSparse(path: Path, datasetType: LargeDatasetType, bufferSize: Int = 8192): LargeDataset[SparseTensor]
- def loadSmallDense(path: Path, datasetType: SmallDatasetType, bufferSize: Int = 8192): SmallDataset[Tensor]
- def loadSmallSparse(path: Path, datasetType: SmallDatasetType, bufferSize: Int = 8192): SmallDataset[SparseTensor]
- val logger: Logger
- def maybeDownload(path: Path, url: String, bufferSize: Int = 8192): Boolean
- Definition Classes
- Loader
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- case object BIBTEX extends SmallDatasetType with Product with Serializable
- case object DELICIOUS extends SmallDatasetType with Product with Serializable
- case object EURLEX extends LargeDatasetType with Product with Serializable
- case object MEDIAMILL extends SmallDatasetType with Product with Serializable