You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a list of metafeatures to be implemented for metafeature experiments and other use. This list will be updated with more specific metafeatures as more research is performed.
Metafeatures
Radius Neighbors Graph based:
Number of Nodes (not really necessary since it's just the number of instances)
Number of Edges
(un)weighted diameter (longest shortest path in the graph)
(un)weighted shortest paths (over all pairs of nodes)
clustering (fraction of a vertices neighbors that are also neighbors of each other)
degree (number of vertices adjacent to a vertex)
class change ratio (number of edges connecting vertices of different classes)
More Model-based:
KNN (no longer going to implement)
Perceptron ( on full dataset, 1/10 dataset, 1/2 dataset, sqrt dataset)
This is a list of metafeatures to be implemented for metafeature experiments and other use. This list will be updated with more specific metafeatures as more research is performed.
Metafeatures
KNN(no longer going to implement)Summarization