com.github.TKnudsen.ComplexDataObject.data.interfaces.IFeatureVectorObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of complex-data-object Show documentation
Show all versions of complex-data-object Show documentation
A library that models real-world objects in Java, referred to as ComplexDataObjects. Other features: IO and preprocessing of ComplexDataObjects.
The newest version!
package com.github.TKnudsen.ComplexDataObject.data.interfaces;
import java.util.List;
import java.util.Set;
import com.github.TKnudsen.ComplexDataObject.data.features.Feature;
import com.github.TKnudsen.ComplexDataObject.data.features.FeatureType;
/**
*
* Title: IAlgorithmDataObject
*
*
*
* Description: Interface for all objects that can be accepted by algorithms
* (data mining, machine learning, information retrieval, etc.).
*
*
*
* Copyright: Copyright (c) 2016-2018
*
*
* @author Juergen Bernard
* @version 1.02
*/
public interface IFeatureVectorObject> extends IDObject, IKeyValueProvider