
com.thesett.aima.learning.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of learning Show documentation
Show all versions of learning Show documentation
Learning code developed from 'Artificial Intelligence a Modern Approach', Prentice Hall.
This package defines the interfaces that are common to all learning methods and classifying machines. A learning method
is an algorithm that takes some learning data and a classifying machine to train and that produces a classifying machine
that can perform a classification on the data that is better than the original machine.
Central to the learning interfaces described here is the state object that holds any data set as a collection of
named properties. See the uk.co.thebaderset.state package for more information about the state model.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy