Interface: FeatureExtractionOptions
Defined in: src/hypervec/INeuroHyperVec.ts:88
Options for feature extraction
Properties
nComponents
ts
nComponents: number;Defined in: src/hypervec/INeuroHyperVec.ts:92
Number of components to extract
method
ts
method: "pca" | "ica" | "nmf" | "factor";Defined in: src/hypervec/INeuroHyperVec.ts:97
Method for extraction
standardize?
ts
optional standardize?: boolean;Defined in: src/hypervec/INeuroHyperVec.ts:102
Whether to standardize features before extraction
seed?
ts
optional seed?: number;Defined in: src/hypervec/INeuroHyperVec.ts:107
Random seed for reproducibility