All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.thesett.aima.learning.package.html Maven / Gradle / Ivy

Go to download

Learning code developed from 'Artificial Intelligence a Modern Approach', Prentice Hall.

There is a newer version: 0.9.97
Show newest version


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