gov.sandia.cognition.learning.function.regression.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cognitive-foundry Show documentation
Show all versions of cognitive-foundry Show documentation
A single jar with all the Cognitive Foundry components.
/*
* File: package-info.java
* Authors: Justin Basilico
* Project: Cognitive Foundry Learning Core
*
* Copyright 2011 Cognitive Foundry. All rights reserved.
*/
/**
* Provides functions that output real numbers from some input data structure.
*
* @author Justin Basilico
* @since 3.3.3
*/
@gov.sandia.cognition.annotation.Documentation
package gov.sandia.cognition.learning.function.regression;