![JAR search and dependency download from the Maven repository](/logo.png)
com.github.TKnudsen.ComplexDataObject.data.interfaces.IFeatureVectorObject Maven / Gradle / Ivy
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
*
*
* @author Juergen Bernard
* @version 1.0
*/
public interface IFeatureVectorObject> extends IDObject, IKeyValueProvider
© 2015 - 2025 Weber Informatics LLC | Privacy Policy