Package-level declarations

Types

Link copied to clipboard
interface LearningEngine

Defines the contract for the AI model's learning and inference capabilities.

Link copied to clipboard
data class LearningInsights(val interactionCount: Long, val progressEstimate: Float, val customMetrics: Map<String, Any> = emptyMap())

A data class to encapsulate metrics about the learning engine's progress.

Link copied to clipboard
interface LearningModel

A generic interface representing a machine learning model within a LearningEngine.