Skip to content

d6y/oner_induction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust

A 1R implementation in Rust

Re-implementing the 1R algorithm described in Holte (1993).

1R learns a rule (IF...THEN...ELSE) based on one attribute (feature) of the database. This gives a baseline performance for comparing with other algorithms.

This crate is a complement to https://crates.io/crates/oner_quantize, a 1R rule induction implementation.

Documentation and examples

License

Copyright 2020 Richard Dallaway

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

About

An implementation of the 1R rule learner in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages