Hierarchy For Package org.tribuo.math.kernel

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.tribuo.math.kernel.Linear (implements org.tribuo.math.kernel.Kernel)
    • org.tribuo.math.kernel.Polynomial (implements org.tribuo.math.kernel.Kernel)
    • org.tribuo.math.kernel.RBF (implements org.tribuo.math.kernel.Kernel)
    • org.tribuo.math.kernel.Sigmoid (implements org.tribuo.math.kernel.Kernel)

Interface Hierarchy

  • com.oracle.labs.mlrg.olcut.config.Configurable
  • org.tribuo.protos.ProtoSerializable<T>
    • org.tribuo.math.kernel.Kernel (also extends com.oracle.labs.mlrg.olcut.config.Configurable, com.oracle.labs.mlrg.olcut.provenance.Provenancable<T>, java.io.Serializable)
  • com.oracle.labs.mlrg.olcut.provenance.Provenancable<T>
  • java.io.Serializable
    • org.tribuo.math.kernel.Kernel (also extends com.oracle.labs.mlrg.olcut.config.Configurable, org.tribuo.protos.ProtoSerializable<T>, com.oracle.labs.mlrg.olcut.provenance.Provenancable<T>)